summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind/idmapbackend.xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-04-28 08:21:09 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:18 -0500
commit9415f507bc7138765d1263ab65333e341ec7978a (patch)
tree08284ab3bdc2e7f885c7431279fc16a4253511ca /docs/smbdotconf/winbind/idmapbackend.xml
parent6ea1d213691f2b01fc59db8d819432ec00f9a4ae (diff)
downloadsamba-9415f507bc7138765d1263ab65333e341ec7978a.tar.gz
samba-9415f507bc7138765d1263ab65333e341ec7978a.tar.bz2
samba-9415f507bc7138765d1263ab65333e341ec7978a.zip
Follow code cleanup wrt idmap module names.
Guenther (This used to be commit 6bc85c665343792fa8c181bd323b893199bf0b81)
Diffstat (limited to 'docs/smbdotconf/winbind/idmapbackend.xml')
-rw-r--r--docs/smbdotconf/winbind/idmapbackend.xml10
1 files changed, 5 insertions, 5 deletions
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 @@
</para>
<para>
- 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
<quote>allow trusted domains = No</quote> must be specified, as it is not compatible
@@ -22,9 +22,9 @@
</para>
<para>
- 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.
</para>
@@ -32,6 +32,6 @@
<value type="default"></value>
<value type="example">ldap:ldap://ldapslave.example.com</value>
-<value type="example">idmap_rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000"</value>
-<value type="example">idmap_ad</value>
+<value type="example">rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000"</value>
+<value type="example">ad</value>
</samba:parameter>