diff options
author | Michael Adam <obnox@samba.org> | 2009-01-21 10:49:48 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-21 10:56:55 +0100 |
commit | 65b79200e46751278c125ad260d899d10d6466a2 (patch) | |
tree | 801e79321cc8ffb627138a75a5e83eb826b5bd8e /docs-xml | |
parent | bd252ad665547d2ad012725ccb18720e160d221f (diff) | |
download | samba-65b79200e46751278c125ad260d899d10d6466a2.tar.gz samba-65b79200e46751278c125ad260d899d10d6466a2.tar.bz2 samba-65b79200e46751278c125ad260d899d10d6466a2.zip |
s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage
Michael
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/idmap_tdb2.8.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml index 3e61f7f527..4f19ba103a 100644 --- a/docs-xml/manpages-3/idmap_tdb2.8.xml +++ b/docs-xml/manpages-3/idmap_tdb2.8.xml @@ -26,10 +26,12 @@ </para> <para> - 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. + 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 in + order to create new mappings. The allocator can be provided by the + idmap_tdb2 backend itself or by any other allocating backend like + idmap_tdb or idmap_ldap. This is configured with the + parameter <parameter>idmap alloc backend</parameter>. </para> <para> |