mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
b39b698cda
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> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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>
|