[Date Prev][Date Next] [Chronological] [Thread] [Top]

openldap 2.4.23 password reset sync issue



Hi There,

I am using openldap 2.4.23 and trying to set up mirror mode replciation with 2 masters

I have been able to set this up and the sync initially appeared to work fine . However, i noticed that the password resets are not getting synced . I am able to login to one of the master server
on which I did the change but not on the other and any of the clients.

Heres my slapd.conf

serverID 1
database        bdb
suffix          "dc=ldap,dc=qa,dc=test,dc=com"
checkpoint      1024 15
rootdn          "cn=ldapadmin,dc=ldap,dc=qa,dc=test,dc=com"
loglevel        256
sizelimit       500
rootpw                  secret
overlay                 ppolicy
ppolicy_default "cn=default,ou=policies,dc=ldap,dc=qa,dc=test,dc=com"
ppolicy_use_lockout
ppolicy_hash_cleartext
directory       /mnt1/ldapdata

index objectClass                       eq,pres
index ou,cn,mail,surname,givenname      eq,pres,sub
index uidNumber,gidNumber,loginShell    eq,pres
index uid,memberUid                     eq,pres,sub
index nisMapName,nisMapEntry            eq,pres,sub
index  entryCSN,entryUUID               eq
syncrepl        rid=001
                provider="ldaps://ldap1-test"
                binddn="uid=syncrepl,ou=People,dc=ldap,dc=qa,dc=test,dc=com"
                bindmethod=simple
                credentials="secret"
                searchbase="dc=ldap,dc=qa,dc=test,dc=com"
                type=refreshAndPersist
                interval=00:00:00:10
                retry="5 10 60 +"
                timeout=1
                schemachecking=off
                scope=sub
                tls_cacert=/etc/openldap/sslcerts/Standby.pem

mirrormode true
overlay syncprov
syncprov-checkpoint 50 10
syncprov-sessionlog 100


any inputs on how can i get through this issue.


Thanks,

Rakesh