Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# database replication
|
||||
access to *
|
||||
by dn="uid=replicator,cn=config,<%= name %>" read
|
||||
by dn="uid=replicator,cn=config,<%= @name %>" read
|
||||
by * break
|
||||
|
||||
# allow everyone to get naming context
|
||||
|
@ -9,7 +9,7 @@ access to dn.base=""
|
|||
by * read
|
||||
|
||||
# allow everyone to get directory root object
|
||||
access to dn.base="<%= name %>"
|
||||
access to dn.base="<%= @name %>"
|
||||
by * read
|
||||
|
||||
# schema browsing requires authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue