We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am deployed two nodes in 2 different machine and the config set as below
LDAP_REPLICATION: true LDAP_REPLICATION_CONFIG_SYNCPROV: binddn="cn=admin,cn=config" bindmethod=simple credentials=$LDAP_CONFIG_PASSWORD searchbase="cn=config" type=refreshAndPersist retry="60 +" timeout=1 starttls=critical LDAP_REPLICATION_DB_SYNCPROV: binddn="cn=admin,$LDAP_BASE_DN" bindmethod=simple credentials=$LDAP_ADMIN_PASSWORD searchbase="$LDAP_BASE_DN" type=refreshAndPersist interval=00:00:00:10 retry="60 +" timeout=1 starttls=critical LDAP_REPLICATION_HOSTS: - ldap://ldap1.xxx.com - ldap://ldap2.xxx.com
When I add new entry at ldap1,ldap2 will be add too. But when I delete entry at ldap1 ,the ldap2 would not delete.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am deployed two nodes in 2 different machine and the config set as below
When I add new entry at ldap1,ldap2 will be add too. But when I delete entry at ldap1 ,the ldap2 would not delete.
The text was updated successfully, but these errors were encountered: