Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c16f56b149 | |||
| 082f2da424 |
@@ -5,7 +5,7 @@ changetype: modify
|
|||||||
replace: olcSyncrepl
|
replace: olcSyncrepl
|
||||||
olcsyncrepl: rid=001
|
olcsyncrepl: rid=001
|
||||||
provider="ldaps://plop1.formation.opendoor.fr"
|
provider="ldaps://plop1.formation.opendoor.fr"
|
||||||
binddn="cn=replica,ou=services,dc=example,dc=fr"
|
binddn="uid=replica,ou=services,dc=example,dc=fr"
|
||||||
bindmethod="simple"
|
bindmethod="simple"
|
||||||
credentials="123Soleil"
|
credentials="123Soleil"
|
||||||
tls_cacert="/etc/openldap/certs/ca.pem"
|
tls_cacert="/etc/openldap/certs/ca.pem"
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
dn: ou=services,dc=example,dc=fr
|
dn: ou=services,dc=example,dc=fr
|
||||||
objectclass: organizationalUnit
|
objectclass: organizationalUnit
|
||||||
|
|
||||||
dn: cn=replica,ou=services,dc=example,dc=fr
|
dn: uid=replica,ou=services,dc=example,dc=fr
|
||||||
objectclass: person
|
objectclass: account
|
||||||
cn: replica
|
objectclass: simpleSecurityObject
|
||||||
sn: replica
|
|
||||||
userpassword: {SSHA}w0iYqR5W1PhINqdu1Lm2oJr8P9kzBR0h
|
userpassword: {SSHA}w0iYqR5W1PhINqdu1Lm2oJr8P9kzBR0h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user