Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke...
[metze/samba/wip.git] / 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>