Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke...
authorKarolin Seeger <ks@samba.org>
Mon, 7 Apr 2008 15:36:23 +0000 (15:36 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:45 +0000 (08:47 -0500)
(This used to be commit 9b9c86c3a4a63a254b45db75b9bbc69ef8896c2f)

docs/smbdotconf/security/passdbbackend.xml

index 35c43696fcebdf8c7c7bf4981b856799a10eb42a..487d8b8a9d18bb3f543b4d28620b2ba7d45a4b6e 100644 (file)
@@ -37,9 +37,9 @@
                 specifying <parameter moreinfo="none">ldaps://</parameter> in
                 the URL argument. </para>
 
-                <para>Multiple servers may also be specified in double-quotes, if your
-                LDAP libraries supports the LDAP URL notation.
-                (OpenLDAP does).   
+                <para>Multiple servers may also be specified in double-quotes.
+               Whether multiple servers are supported or not and the exact
+               syntax depends on the LDAP library you use.
                </para>
 
            </listitem>
 <programlisting>
 passdb backend = tdbsam:/etc/samba/private/passdb.tdb 
 
-or
+or multi server LDAP URL with OpenLDAP library:
 
 passdb backend = ldapsam:"ldap://ldap-1.example.com ldap://ldap-2.example.com"
+
+or multi server LDAP URL with Netscape based LDAP library:
+
+passdb backend = ldapsam:"ldap://ldap-1.example.com ldap-2.example.com"
 </programlisting>
 </description>