File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ services:
24
24
LDAP_TLS_CIPHER_SUITE : " SECURE256:-VERS-SSL3.0"
25
25
LDAP_TLS_VERIFY_CLIENT : " demand"
26
26
LDAP_REPLICATION : " false"
27
- # 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"
28
- # 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"
27
+ # 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'
28
+ # 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'
29
29
# LDAP_REPLICATION_HOSTS: "#PYTHON2BASH:['ldap://ldap.example.org','ldap://ldap2.example.org']"
30
30
KEEP_EXISTING_CONFIG : " false"
31
31
LDAP_REMOVE_CONFIG_AFTER_SETUP : " true"
You can’t perform that action at this time.
0 commit comments