Merged oherrala/puppet into master
This commit is contained in:
commit
9b9911646b
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ syncrepl rid=2
|
|||
provider=<%= master %>
|
||||
type=refreshAndPersist
|
||||
retry="10 10 60 +"
|
||||
searchbase="<%= ldap_basedn %>"
|
||||
searchbase="<%= name %>"
|
||||
filter="(objectClass=*)"
|
||||
scope="sub"
|
||||
sizelimit=500000
|
||||
|
@ -48,7 +48,7 @@ syncrepl rid=2
|
|||
schemachecking="off"
|
||||
bindmethod="simple"
|
||||
tls_reqcert="never"
|
||||
binddn="uid=replicator,cn=config,<%= ldap_basedn %>"
|
||||
binddn="uid=replicator,cn=config,<%= name %>"
|
||||
credentials="<%= syncpw %>"
|
||||
updateref <%= master %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue