summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind/idmapbackend.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-11-05 06:59:26 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:06 -0500
commit5576daeef842ffbc300c42512b8740f64089d3eb (patch)
tree2210f3bcc8c007aa2547e3aca667cef28bedc516 /docs/smbdotconf/winbind/idmapbackend.xml
parent5a62a2be59d34b0a5eaf4901f96eb6ff488bb1d2 (diff)
downloadsamba-5576daeef842ffbc300c42512b8740f64089d3eb.tar.gz
samba-5576daeef842ffbc300c42512b8740f64089d3eb.tar.bz2
samba-5576daeef842ffbc300c42512b8740f64089d3eb.zip
Man page update for idmap backend with idmap_rid plug-in.
(This used to be commit 7f6fc14c53a1bac268a6e699b651c6ef88b00111)
Diffstat (limited to 'docs/smbdotconf/winbind/idmapbackend.xml')
-rw-r--r--docs/smbdotconf/winbind/idmapbackend.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml
index 0c22c4a44b..ad1c750954 100644
--- a/docs/smbdotconf/winbind/idmapbackend.xml
+++ b/docs/smbdotconf/winbind/idmapbackend.xml
@@ -11,8 +11,18 @@
to SID mappings. This avoids the risk of UID / GID inconsistencies across UNIX / Linux
systems that are sharing information over protocols other than SMB/CIFS (ie: NFS).
</para>
+
+ <para>
+ An alternate method of SID to UID / GID mapping can be achieved using the idmap_rid
+ plug-in. This plug-in uses the account RID to derive the UID and GID by adding the
+ RID to a base value specified. This utility requires that the parameter
+ <quote>allow trusted domains = No</quote> must be specified, as it is not compatible
+ with multiple domain environments. The idmap uid and idmap gid ranges must also be
+ specified.
+ </para>
</description>
<value type="default"></value>
<value type="example">ldap:ldap://ldapslave.example.com</value>
+<value type="example">idmap_rid:DOMNAME=1000-100000000</value>
</samba:parameter>