summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2008-04-07 15:36:23 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 09:02:13 -0500
commitfd2c399587fd89b654e24f6405f6608235f67746 (patch)
treeba492082ac81e99d5de6915e8f746879d59d82e9
parent0f421c82a7978d45d96d96d815686de3d09fd8de (diff)
downloadsamba-fd2c399587fd89b654e24f6405f6608235f67746.tar.gz
Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke <bj@sernet.de>
-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 35c43696fce..487d8b8a9d1 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>