diff options
author | Simo Sorce <idra@samba.org> | 2007-03-21 20:49:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:30 -0500 |
commit | 1abc27fa0097cdb85c6ad0635cf00e896bc07357 (patch) | |
tree | 6db3303a8c3e6de8a45b051a56401062b0564a98 /docs | |
parent | cb00e76bf95890f4b238b65df7f2bc615348e814 (diff) | |
download | samba-1abc27fa0097cdb85c6ad0635cf00e896bc07357.tar.gz samba-1abc27fa0097cdb85c6ad0635cf00e896bc07357.tar.bz2 samba-1abc27fa0097cdb85c6ad0635cf00e896bc07357.zip |
Explain it in another way, that will not set up false expectations
(This used to be commit f56403ecb73ef103a97d8aa53041779e0f438f7f)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/idmap_ldap.8.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/manpages-3/idmap_ldap.8.xml b/docs/manpages-3/idmap_ldap.8.xml index 367e17de6d..32c3f5e921 100644 --- a/docs/manpages-3/idmap_ldap.8.xml +++ b/docs/manpages-3/idmap_ldap.8.xml @@ -98,8 +98,11 @@ <para> The follow sets of a LDAP configuration which uses a slave server - running on localhost for fetching SID/gid/uid mappings while - sending update requests to the directory master server. + running on localhost for fast fetching SID/gid/uid mappings, it + implies correct configuration of referrals. + The idmap alloc backend is pointed directly to the master to skip + the referral (and consequent reconnection to the master) that the + slave would return as allocation requires writing on the master. </para> <programlisting> |