>OK, try running this on the Samba/ldap server:>ldapsearch -h 127.0.0.1 -D cn=admin,dc=drbhome,dc=ca -w -b "dc=drbhome,dc=ca" -s sub "(&(objectClass=sambaDomain)(sambaDomainName=DRBHOME))" sambaDomainName>Can you post the result.ldap_bind: Invalid credentials (49) Hm.
On 19/02/16 10:49, Dave Beach wrote:>> OK, try running this on the Samba/ldap server: >> ldapsearch -h 127.0.0.1 -D cn=admin,dc=drbhome,dc=ca -w -b "dc=drbhome,dc=ca" -s sub "(&(objectClass=sambaDomain)(sambaDomainName=DRBHOME))" sambaDomainName >> Can you post the result. > ldap_bind: Invalid credentials (49) > > Hm. > > >I think you just found your problem :-) Everything in the ldapsearch was taken from either your smb.conf or the log you posted. Rowland
>I think you just found your problem :-)>Everything in the ldapsearch was taken from either your smb.conf or the log you posted.Yes, it's certainly a huge blinking light demanding investigation. For my next trick, I'll try to figure out the configuration differences between /etc/ldap/slapd.conf (which I'd simply copied from the old server) and the apparently new cn=config method. Looks like I need to find an openLDAP mailing list to ask my next series of questions in!