Hi all just a question, i have 2 ldap servers, ( master / slave ) local they are running on 127.0.0.1:389 and 192.168.xx.xx:636 samba in the conf connects to 127.0.0.1 now i want too add the slave ldap server as backup ldap. now the problem ( i think ) its like this. server 1 ) samba 3.0.14a + master ldap (127.0.0.1:389 and 192.168.xx.100:636) server 2 no samba + slave ldap 127.0.0.1:389 and 192.168.xx.101:636 the question is now is it possible to have master ldap NON SSL , and slave ldap WITH SSL in the config below. and if so , how ? this is what i have in the smb.conf ## USER/LDAP SETTINGS username map = /etc/samba/users.map guest account = nobody obey pam restrictions = No ldap passwd sync = yes =>> passdb backend = ldapsam:ldap://127.0.0.1/ ldap suffix = dc=rotterdam,dc=bazuin,dc=nl ldap admin dn = cn=admin,dc=rotterdam,dc=bazuin,dc=nl ldap user suffix = ou=Users ldap machine suffix = ou=Computers ldap group suffix = ou=Groups ldap idmap suffix = ou=Users ldap delete dn = Yes =>> ldap ssl = no greets, Louis