mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
syncrepl : id -> rid
This commit is contained in:
parent
74c7e200b3
commit
7b587da5c1
5 changed files with 5 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
syncrepl rid=1
|
||||
provider=ldap://localhost:9011
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Manager,o=University of Michigan,c=US"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
syncrepl rid=1
|
||||
provider=ldap://localhost:9014
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Replica,o=University of Michigan,c=US"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
syncrepl rid=1
|
||||
provider=ldap://localhost:9011
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Manager,o=University of Michigan,c=US"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ rootpw secret
|
|||
sessionlog 1 100
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
syncrepl rid=1
|
||||
provider=ldap://localhost:9011
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Manager,o=University of Michigan,c=US"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl id=1
|
||||
syncrepl rid=1
|
||||
provider=ldap://localhost:9012
|
||||
updatedn="cn=Replica,o=University of Michigan,c=US"
|
||||
binddn="cn=Replica,o=University of Michigan,c=US"
|
||||
|
|
|
|||
Loading…
Reference in a new issue