From: Karolin Seeger Date: Mon, 7 Apr 2008 15:36:23 +0000 (+0000) Subject: Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke... X-Git-Tag: samba-3.3.0pre1~1494 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b9c86c3a4a63a254b45db75b9bbc69ef8896c2f;p=thirdparty%2Fsamba.git Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke --- 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 ldaps:// in the URL argument. - Multiple servers may also be specified in double-quotes, if your - LDAP libraries supports the LDAP URL notation. - (OpenLDAP does). + 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. @@ -50,9 +50,13 @@ 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"