summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/winbind/idmapuid.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-07-01 21:10:25 +0000
committerJohn Terpstra <jht@samba.org>2003-07-01 21:10:25 +0000
commit8a686bfd5757d4d88a2b616de44f051fd6406b5d (patch)
tree2819235c21b9ec54ae81bbe1d52021745515d243 /docs/docbook/smbdotconf/winbind/idmapuid.xml
parent03934a26a9e0e18f9e00164eccfc3eccdf0b90f0 (diff)
downloadsamba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.tar.gz
samba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.tar.bz2
samba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.zip
Adding idmap uid/gid smb.conf man page entries. Marking winbind uid/gid as deprecated.
(This used to be commit 8bfaf39680ea1fa2a347fa19052f69d6789ed99d)
Diffstat (limited to 'docs/docbook/smbdotconf/winbind/idmapuid.xml')
-rw-r--r--docs/docbook/smbdotconf/winbind/idmapuid.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/winbind/idmapuid.xml b/docs/docbook/smbdotconf/winbind/idmapuid.xml
new file mode 100644
index 0000000000..5e6a245bfe
--- /dev/null
+++ b/docs/docbook/smbdotconf/winbind/idmapuid.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="idmap uid"
+ context="G"
+ advanced="1" developer="1" hide="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <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>
+
+ <para>Default: <command moreinfo="none">idmap uid = &lt;empty string&gt;</command></para>
+
+ <para>Example: <command moreinfo="none">idmap uid = 10000-20000</command></para>
+</listitem>
+</samba:parameter>