diff options
author | Gerald Carter <jerry@samba.org> | 2007-01-17 12:59:43 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:24 -0500 |
commit | 8b3039aa32fb6fcbdb69c80d36b60de9c89571fe (patch) | |
tree | ba9faf53364bde931d15b713d47b216a2cd7d488 /docs | |
parent | f1e1fc2895e7eeadb07d04e545dd79982d7f1c76 (diff) | |
download | samba-8b3039aa32fb6fcbdb69c80d36b60de9c89571fe.tar.gz samba-8b3039aa32fb6fcbdb69c80d36b60de9c89571fe.tar.bz2 samba-8b3039aa32fb6fcbdb69c80d36b60de9c89571fe.zip |
BUG 4343: Clarify the intent of ldapsam:trusted = yes
(This used to be commit 756f8479be0787393b16c6bbf2b9af597da65f2c)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/ldap/ldapsamtrusted.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/ldap/ldapsamtrusted.xml b/docs/smbdotconf/ldap/ldapsamtrusted.xml index 7496574dae..2e4e1dbd7c 100644 --- a/docs/smbdotconf/ldap/ldapsamtrusted.xml +++ b/docs/smbdotconf/ldap/ldapsamtrusted.xml @@ -15,12 +15,12 @@ </para> <para> - o make Samba scale well in large environments, the <smbconfoption name="ldapsam:trusted">yes</smbconfoption> + To make Samba scale well in large environments, the <smbconfoption name="ldapsam:trusted">yes</smbconfoption> option assumes that the complete user and group database that is relevant to Samba is stored in LDAP with the standard posixAccount/posixGroup attributes. It further assumes that the Samba auxiliary object classes are stored together with the POSIX data in the same LDAP object. If these assumptions are met, - <smbconfoption name="ldapsam:trusted">yes</smbconfoption> can be activated and Samba can completely bypass the - NSS system to query user information. Optimized LDAP queries can greatly speed up domain logon and + <smbconfoption name="ldapsam:trusted">yes</smbconfoption> can be activated and Samba can bypass the + NSS system to query user group memberships. Optimized LDAP queries can greatly speed up domain logon and administration tasks. Depending on the size of the LDAP database a factor of 100 or more for common queries is easily achieved. </para> |