From: Michael Adam Date: Wed, 21 Jan 2009 09:56:34 +0000 (+0100) Subject: s3:docs: clarify explanation of the allocator in the idmap_ldap manpage X-Git-Tag: samba-4.0.0alpha7~450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=816934faa8bbe53dd299bc5e39f471eafdddefa8;p=thirdparty%2Fsamba.git s3:docs: clarify explanation of the allocator in the idmap_ldap manpage Michael --- diff --git a/docs-xml/manpages-3/idmap_ldap.8.xml b/docs-xml/manpages-3/idmap_ldap.8.xml index ea9e5bf07ea..0c8fa3c3ebc 100644 --- a/docs-xml/manpages-3/idmap_ldap.8.xml +++ b/docs-xml/manpages-3/idmap_ldap.8.xml @@ -22,9 +22,15 @@ The idmap_ldap plugin provides a means for Winbind to store and retrieve SID/uid/gid mapping tables in an LDAP directory service. + + + In contrast to read only backends like idmap_rid, it is an allocating - backend: This means that it needs to allocate new user and group IDs to - create new mappings as requests to yet unmapped users are answered. + backend: This means that it needs to allocate new user and group IDs in + order to create new mappings. The allocator can be provided by the + idmap_ldap backend itself or by any other allocating backend like + idmap_tdb or idmap_tdb2. This is configured with the + parameter idmap alloc backend.