[slapd] Use password from vault
parent
8bbec61350
commit
2d1a5211c1
|
@ -110,7 +110,7 @@ syncrepl
|
||||||
provider=ldaps://{{ ldap.master_ip }}:636
|
provider=ldaps://{{ ldap.master_ip }}:636
|
||||||
bindmethod=simple
|
bindmethod=simple
|
||||||
binddn="cn=replicator,dc=crans,dc=org"
|
binddn="cn=replicator,dc=crans,dc=org"
|
||||||
credentials=test1234 # TODO cranspasswords
|
credentials={{ ldap.replication_credentials }}
|
||||||
searchbase="dc=crans,dc=org"
|
searchbase="dc=crans,dc=org"
|
||||||
scope=sub
|
scope=sub
|
||||||
schemachecking=on
|
schemachecking=on
|
||||||
|
|
Loading…
Reference in New Issue