instructions
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
#créer une base d'accueil
|
||||
# avec le meme suffix que la base à répliquer
|
||||
dn: olcDatabase={2}mdb,cn=config
|
||||
changetype: modify
|
||||
replace: olcSyncrepl
|
||||
olcsyncrepl: rid=001
|
||||
provider="ldaps://plop1.formation.opendoor.fr"
|
||||
binddn="cn=replica,ou=services,dc=example,dc=fr"
|
||||
provider="CHANGEME"
|
||||
binddn="CHANGEME"
|
||||
bindmethod="simple"
|
||||
credentials="123Soleil"
|
||||
credentials="CHANGEME"
|
||||
tls_cacert="/etc/openldap/certs/ca.pem"
|
||||
searchbase="dc=example,dc=fr"
|
||||
searchbase="CHANGEME"
|
||||
type=refreshAndPersist
|
||||
retry="10 +"
|
||||
-
|
||||
replace: olcupdateref
|
||||
olcupdateref: ldaps://plop1.formation.opendoor.fr
|
||||
olcupdateref: CHANGEME
|
||||
|
||||
Reference in New Issue
Block a user