From fb0d81d8cc05023f75e46b7651d8c296ab4198d1 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 7 Apr 2008 15:36:23 +0000 Subject: Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke (This used to be commit 9b9c86c3a4a63a254b45db75b9bbc69ef8896c2f) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/smbdotconf/security/passdbbackend.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/smbdotconf') 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 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" -- cgit