Hello I have samba PDC server with ldap backend. I have a replica of my ldap database working on another host and I would like to have multiple ldap backends for my samba. In my smb. conf there is: passdb backend = ldapsam:"ldap://127.0.0.1/ ldap://192.168.0.9/ " but in case of "local" slapd is down, the second one is not even queried. (Of course both of my nss and pam configurations points to both of my ldap servers too) What should I do? Regards MM