summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/security/mindomainuid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/smbdotconf/security/mindomainuid.xml')
-rw-r--r--docs-xml/smbdotconf/security/mindomainuid.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/mindomainuid.xml b/docs-xml/smbdotconf/security/mindomainuid.xml
new file mode 100644
index 0000000..46ae795
--- /dev/null
+++ b/docs-xml/smbdotconf/security/mindomainuid.xml
@@ -0,0 +1,17 @@
+<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>