BUG 4343: Clarify the intent of ldapsam:trusted = yes
authorGerald Carter <jerry@samba.org>
Wed, 17 Jan 2007 12:59:43 +0000 (12:59 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:24 +0000 (08:47 -0500)
docs/smbdotconf/ldap/ldapsamtrusted.xml

index 7496574daec4375e3cad00cf5bf2f35cffae755a..2e4e1dbd7cb4de816b833d7824d32525bdcd9507 100644 (file)
        </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>