diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-22 04:23:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-22 04:23:32 +0100 |
commit | 0fe46c7802bbc5061468b1c5f2345b5f0b722ac8 (patch) | |
tree | 1478ed4a7306773388dfbaac907820f208c7030d | |
parent | 3577af16db5179dfd8ef431e766d1f7c2d84d444 (diff) |
typo
-rw-r--r-- | ldap/acl.ldif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/acl.ldif b/ldap/acl.ldif index 382c402..69b8c30 100644 --- a/ldap/acl.ldif +++ b/ldap/acl.ldif @@ -350,13 +350,13 @@ olcAccess: to dn.regex="^fvl=[^,]+,(fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripos by dn.exact="cn=CreateList,ou=services,o=mailHosting,dc=fripost,dc=dev" =rsd # # The List Creator can add list commands under non-pending lists. -olcAccess: to dn.regex="^fvl=[^,]+,fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev" +olcAccess: to dn.regex="^fvl=[^,]+,fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev$" filter=(&(objectClass=FripostVirtualList)(!(fripostPendingToken=*))) attrs=children by dn.exact="cn=CreateList,ou=services,o=mailHosting,dc=fripost,dc=dev" =a # # The List Creator can add list commands. -olcAccess: to dn.regex="^fvlc=[^,]+,fvl=[^,]+,fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev" +olcAccess: to dn.regex="^fvlc=[^,]+,fvl=[^,]+,fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev$" filter=(objectClass=FripostVirtualListCommand) attrs=entry by dn.exact="cn=CreateList,ou=services,o=mailHosting,dc=fripost,dc=dev" =a |