mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
s/master/provider/
This commit is contained in:
parent
3461e10369
commit
c0089a171d
2 changed files with 4 additions and 4 deletions
|
|
@ -31,13 +31,13 @@ rootpw secret
|
|||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
master=ldap://localhost:9009
|
||||
provider=ldap://localhost:9009
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Manager,o=University of Michigan,c=US"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
searchbase="o=University of Michigan,c=US"
|
||||
filter="objectClass=*"
|
||||
filter="(objectClass=*)"
|
||||
attrs="*"
|
||||
lastmod=req
|
||||
scope=sub
|
||||
|
|
|
|||
|
|
@ -31,13 +31,13 @@ rootpw secret
|
|||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
master=ldap://localhost:9009
|
||||
provider=ldap://localhost:9009
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Manager,o=University of Michigan,c=US"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
||||
searchbase="o=University of Michigan,c=US"
|
||||
filter="objectClass=*"
|
||||
filter="(objectClass=*)"
|
||||
attrs="*"
|
||||
lastmod=req
|
||||
scope=sub
|
||||
|
|
|
|||
Loading…
Reference in a new issue