diff options
Diffstat (limited to 'docs/smbdotconf/winbind/idmapuid.xml')
-rw-r--r-- | docs/smbdotconf/winbind/idmapuid.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/idmapuid.xml b/docs/smbdotconf/winbind/idmapuid.xml new file mode 100644 index 0000000000..0168873894 --- /dev/null +++ b/docs/smbdotconf/winbind/idmapuid.xml @@ -0,0 +1,15 @@ +<samba:parameter name="idmap uid" + type="string" + context="G" + advanced="1" developer="1" hide="1" + xmlns:samba="http://samba.org/common"> +<synonym>winbind uid</synonym> +<description> + <para>The idmap uid parameter specifies the range of user ids that are allocated for use + in mapping UNIX users to NT user SIDs. This range of ids should have no existing local + or NIS users within it as strange conflicts can occur otherwise.</para> +</description> + +<value type="default"></value> +<value type="example">10000-20000</value> +</samba:parameter> |