From ab7ba813dc812c0d593d6773d95b3c286875d778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 28 Apr 2006 08:21:09 +0000 Subject: [PATCH] Follow code cleanup wrt idmap module names. Guenther --- docs/smbdotconf/winbind/idmapbackend.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml index e9cb07676a9..711f20f39d4 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 -- 2.11.4.GIT