Hello,

DS base: 1.3.0.4
DS admin: 1.3.1.31

I´m trying to setup a new version of 389 DS multi master replication with active directory(win 2008) and I´m getting the following erros:


[04/Jul/2013:16:57:32 -0300] NSMMReplicationPlugin - agmt="cn=AD-HMG1" (hmg1:636): binddn = CN=Conta de sincronizacao do AD com LDAP 389,CN=Users,DC=homolog,DC=rnp,  passwd = {DES}Zdi9SkO9E8Jpy/LJq528zg==
[04/Jul/2013:16:57:32 -0300] slapi_ldap_bind - Error: could not send bind request for id [CN=Conta de sincronizacao do AD com LDAP 389,CN=Users,DC=homolog,DC=rnp] mech [SIMPLE]: error -1 (Can't contact LDAP server) -5987 (Invalid function argument.) 115 (Operation now in progress "hmg1.homolog.rnp")
[04/Jul/2013:16:57:32 -0300] NSMMReplicationPlugin - agmt="cn=AD-HMG1" (hmg1:636): Replication bind with SIMPLE auth failed: LDAP error -1 (Can't contact LDAP server) ((unknown error code))


If I run a manual ldapsearch everything is ok and I can see all my objects in AD:

ldapsearch -b "dc=homolog,dc=rnp" -x -H ldaps://hmg1.homolog.rnp -D "CN=Conta de sincronizacao do AD com LDAP 389,CN=Users,DC=homolog,DC=rnp" -W objectclass=*

My AD user (CN=Conta de sincronizacao do AD com LDAP 389,CN=Users,DC=homolog,DC=rnp) has full access to the AD tree, and it was working normally with my previous 389 version (1.2.10.12) . The only thing that changed at windows machine was the winsync version.


The only difference to my production enviroment is that I was using MOZILA SDK to compile 389 and now I´m using the OPENLDAP.


Any clue?

Thanks

Alberto Viana