instructions

This commit is contained in:
2022-11-28 22:29:54 +01:00
parent eda1988cea
commit 8e8db4bef5
6 changed files with 20 additions and 57 deletions

View File

@@ -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