mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
adb6620043
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14801 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Samuel Cabrero <scabrero@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> [abartlet@samba.org Backported from master/4.15 due to conflicts with other new parameters]
18 lines
501 B
XML
18 lines
501 B
XML
<samba:parameter name="min domain uid"
|
|
type="integer"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
The integer parameter specifies the minimum uid allowed when mapping a
|
|
local account to a domain account.
|
|
</para>
|
|
|
|
<para>
|
|
Note that this option interacts with the configured <emphasis>idmap ranges</emphasis>!
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">1000</value>
|
|
</samba:parameter>
|