Rauno Tuul
2003-Oct-10 11:59 UTC
[Samba] RE: step 3 - samba-3 PDC & BDC fail-over with 2 LDAP - works !
> -----Original Message----- > From: Andrew Bartlett [mailto:abartlet@samba.org] > > You need to do exactly the same in nsswitch. /etc/ldap.conf > is used to > control the behaviour of libnss_ldap, and needs *exactly* the same > line. (or else you will get this happening, where Samba finds the > server, but nss_ldap doesn't).Thank You Andrew! It works just fine! I recommend to add something like this advice also to the samba-bdc.html help and maybe also to samba-howto-collection. in /etc/ldap.conf modified 1 line: uri ldaps://alfa.sf.lan/ ldaps://ksii.sf.lan/ and in smb.conf is passdb like this: passdb backend = ldapsam:"ldaps://alfa.sf.lan ldaps://ksii.sf.lan" Hopefully I can migrate my corporate network (17 NT domains, 300 PCs/users) to one and only samba-3 domain next weekend. Best regards, - Rauno Tuul -