summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/smbdotconf/security/passdbbackend.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/smbdotconf/security/passdbbackend.xml b/docs/smbdotconf/security/passdbbackend.xml
index 35c43696fc..487d8b8a9d 100644
--- a/docs/smbdotconf/security/passdbbackend.xml
+++ b/docs/smbdotconf/security/passdbbackend.xml
@@ -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>
@@ -50,9 +50,13 @@
<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>