On Sun, 2006-05-28 at 19:05 +1000, adrian sender wrote:
> Samba 3 By Example Chapter 6.
> 
> Figure 6.3. Samba Configuration to Use a Dual (Fail-over) LDAP Server
> 
> passdb backend = ldapsam:ldap://master.abmas.biz \
>                  ldapsam:ldap://slave.abmas.biz

This is the incorrect way to handle this problem.  The correct syntax is
given as an example in the smb.conf manpage:

  passdb backend = ldapsam:"ldap://ldap-1.example.com \
                  ldap://ldap-2.example.com";

Andrew Bartlett

-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Student Network Administrator, Hawker College  http://hawkerc.net

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to