Author: jht
Date: 2004-11-05 06:59:26 +0000 (Fri, 05 Nov 2004)
New Revision: 270

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=270

Log:
Man page update for idmap backend with idmap_rid plug-in.
Modified:
   trunk/Samba-Guide/Chap07-2000UserNetwork.xml
   trunk/smbdotconf/winbind/idmapbackend.xml


Changeset:
Modified: trunk/Samba-Guide/Chap07-2000UserNetwork.xml
===================================================================
--- trunk/Samba-Guide/Chap07-2000UserNetwork.xml        2004-11-05 06:38:50 UTC (rev 
269)
+++ trunk/Samba-Guide/Chap07-2000UserNetwork.xml        2004-11-05 06:59:26 UTC (rev 
270)
@@ -1148,7 +1148,7 @@
 <smbconfoption><name>name resolve order</name><value>wins bcast 
hosts</value></smbconfoption>
 <smbconfoption><name>time server</name><value>Yes</value></smbconfoption>
 <smbconfoption><name>printcap name</name><value>CUPS</value></smbconfoption>
-<smbconfoption><name>add user 
script</name><value>/var/lib/samba/sbin/smbldap-useradd.pl -a -m 
'%u'</value></smbconfoption>
+<smbconfoption><name>add user 
script</name><value>/var/lib/samba/sbin/smbldap-useradd.pl -m 
'%u'</value></smbconfoption>
 <smbconfoption><name>delete user 
script</name><value>/var/lib/samba/sbin/smbldap-userdel.pl '%u'</value></smbconfoption>
 <smbconfoption><name>add group 
script</name><value>/var/lib/samba/sbin/smbldap-groupadd.pl -p 
'%g'</value></smbconfoption>
 <smbconfoption><name>delete group 
script</name><value>/var/lib/samba/sbin/smbldap-groupdel.pl 
'%g'</value></smbconfoption>

Modified: trunk/smbdotconf/winbind/idmapbackend.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapbackend.xml   2004-11-05 06:38:50 UTC (rev 269)
+++ trunk/smbdotconf/winbind/idmapbackend.xml   2004-11-05 06:59:26 UTC (rev 270)
@@ -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>

Reply via email to