Updated all templates to use instance variables

This commit is contained in:
Ossi Salmi 2013-05-05 00:07:55 +03:00
parent a0c854d3c0
commit dc51af1ca2
113 changed files with 527 additions and 522 deletions

View file

@ -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