Whenever I
change one password in that controller, the following message
is logged in passsync.log:
08/29/16
11:30:07: Password list has 1 entries
08/29/16
11:30:07: Attempting to sync password for juankar
08/29/16
11:30:07: Searching for (ntuserdomainid=juankar)
08/29/16
11:30:07: Checking password failed for remote entry:
uid=juankar,ou=xxx....
08/29/16
11:30:07: Deferring password change for juankar
and in the
server access log I get ldap bind err=53 when the passsync
user tries to check the password:
[29/Aug/2016:11:30:07 +0200]
conn=276 fd=67 slot=67 SSL connection from xxxx
[29/Aug/2016:11:30:07 +0200]
conn=276 TLS1.2 128-bit AES
[29/Aug/2016:11:30:07 +0200]
conn=276 op=0 BIND dn="uid=juankar,ou=xxx...." method=128
version=3
[29/Aug/2016:11:30:07 +0200]
conn=276 op=0 RESULT err=53 tag=97 nentries=0 etime=0
[29/Aug/2016:11:30:07 +0200]
conn=276 op=1 UNBIND
[29/Aug/2016:11:30:07 +0200]
conn=276 op=1 fd=67 closed - U1
[29/Aug/2016:11:30:07 +0200]
conn=275 op=2 UNBIND
Any hints? Could be a problem with certificates? They're
both using the same CA (windows CA Cert serv is installed in
one of the DCs)
Regards!