On 5/6/2012 5:51 ÎÎ, Nick Milas wrote:
becomes:
olcAccess: {xx}to
dn.regex="^dc=\b\d{1,3}\.\d{1,3}\.\d{1,3}\b\.in-addr\.arpa,ou=dns,dc=example,dc=com$"
by group/groupOfNames
In the end, I might manage to send the *actual* converted regex :( :
access to
dn.regex="^dc=\b\d{1,3}\.\d{1,3}\.\d{1,3}\b\.in-addr\.arpa,ou=dns,dc=example,dc=com$"
by group.exact="cn=Admins,ou=Groups,dc=example,dc=com" write
becomes:
to
dn.regex="^dc=bd{1,3}.d{1,3}.d{1,3}b.in-addr.arpa,ou=dns,dc=example,dc=com$"
by group/groupOfNames/member.exact="cn=admins,ou=groups,dc=noa,dc=gr" write
Please advise.