svn commit: samba-docs r1263 - in trunk/smbdotconf/security: .

kseeger at samba.org kseeger at samba.org
Mon Apr 7 15:36:23 GMT 2008


Author: kseeger
Date: 2008-04-07 15:36:23 +0000 (Mon, 07 Apr 2008)
New Revision: 1263

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1263

Log:
Correct usage of multiple LDAP servers as passdb backend. Patch from Bj?\195?\182rn Jacke <bj at sernet.de>
Modified:
   trunk/smbdotconf/security/passdbbackend.xml


Changeset:
Modified: trunk/smbdotconf/security/passdbbackend.xml
===================================================================
--- trunk/smbdotconf/security/passdbbackend.xml	2008-04-07 15:10:14 UTC (rev 1262)
+++ trunk/smbdotconf/security/passdbbackend.xml	2008-04-07 15:36:23 UTC (rev 1263)
@@ -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>
 



More information about the samba-cvs mailing list