From 9415f507bc7138765d1263ab65333e341ec7978a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Apr 2006 08:21:09 +0000 Subject: Follow code cleanup wrt idmap module names. Guenther (This used to be commit 6bc85c665343792fa8c181bd323b893199bf0b81) --- docs/smbdotconf/winbind/idmapbackend.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/smbdotconf/winbind') diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml index e9cb07676a..711f20f39d 100644 --- a/docs/smbdotconf/winbind/idmapbackend.xml +++ b/docs/smbdotconf/winbind/idmapbackend.xml @@ -13,7 +13,7 @@ - An alternate method of SID to UID / GID mapping can be achieved using the idmap_rid + An alternate method of SID to UID / GID mapping can be achieved using the 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 allow trusted domains = No must be specified, as it is not compatible @@ -22,9 +22,9 @@ - Finally, using the idmap_ad module, the UID and GID can directly + Finally, using the ad module, the UID and GID can directly be retrieved from an Active Directory LDAP Server that supports an - RFC2307 compliant LDAP schema. idmap_ad supports "Services for Unix" + RFC2307 compliant LDAP schema. ad supports "Services for Unix" (SFU) version 2.x and 3.0. @@ -32,6 +32,6 @@ ldap:ldap://ldapslave.example.com -idmap_rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000" -idmap_ad +rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000" +ad -- cgit