From fd2c399587fd89b654e24f6405f6608235f67746 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 7 Apr 2008 15:36:23 +0000 Subject: [PATCH] =?utf8?q?Correct=20usage=20of=20multiple=20LDAP=20servers?= =?utf8?q?=20as=20passdb=20backend.=20Patch=20from=20Bj=C3=B6rn=20Jacke=20?= =?utf8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/smbdotconf/security/passdbbackend.xml | 12 ++++++++---- 1 file 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 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" -- 2.11.4.GIT