I configured Win Sync with a 2003 server, ldaps:636 works on each side.
I've got many entries in FDS, i laucnh "Initialize Full
Re-synchronization". A pop up indicate the process is running.
But noting happens, logs are
[19/Mar/2009:10:09:48 +0100] NSMMReplicationPlugin - agmt="cn=win"
(10:636): State: backoff -> backoff
[19/Mar/2009:10:09:48 +0100] NSMMReplicationPlugin - agmt="cn=win"
(10:636): State: backoff -> backoff
[19/Mar/2009:10:09:48 +0100] NSMMReplicationPlugin - agmt="cn=win"
(10:636): No linger to cancel on the connection
[19/Mar/2009:10:09:48 +0100] NSMMReplicationPlugin - agmt="cn=win"
(10:636): Disconnected from the consumer
[19/Mar/2009:10:09:49 +0100] NSMMReplicationPlugin - agmt="cn=win"
(10:636): windows_inc_stop: protocol stopped after 1 seconds
Enter bind password:
ldap_simple_bind: Can't contact LDAP server
SSL error -8183 (security library: improperly formatted
DER-encoded message.)
However, cert seems to be ok:
- ldaps:636 works on ldap.exe client (Windows)
- ldaps:636 works on ldapsearch -x -H ldaps://porlsvrdc0003.ird.fr -D
"cn=toutou,cn=Users,dc=ird,dc=fr" -W -b "dc=ird,dc=fr" with the
"classic" ldapsearch client
Enter bind password:
ldap_simple_bind: Can't contact LDAP server
SSL error -8183 (security library: improperly formatted
DER-encoded message.)
However, cert seems to be ok:
- ldaps:636 works on ldap.exe client (Windows)
- ldaps:636 works on ldapsearch -x -H ldaps://porlsvrdc0003.ird.fr -D
"cn=toutou,cn=Users,dc=ird,dc=fr" -W -b "dc=ird,dc=fr" with the
"classic" ldapsearch client
How can i debug it ?
BR,
Ok i found what was wrong : the request.inf from which the req cert is
generated contained an unknow item value
[Extensions]
2.5.29.17=xxxxxxxx
The inf file without the extensions section generate a good req file and
then a valid cert.