From 8b3039aa32fb6fcbdb69c80d36b60de9c89571fe Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 17 Jan 2007 12:59:43 +0000 Subject: BUG 4343: Clarify the intent of ldapsam:trusted = yes (This used to be commit 756f8479be0787393b16c6bbf2b9af597da65f2c) --- docs/smbdotconf/ldap/ldapsamtrusted.xml | 6 +++--- 1 file 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 @@ - o make Samba scale well in large environments, the yes + To make Samba scale well in large environments, the yes 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, - yes 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 + yes 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. -- cgit