aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/acl.ldif
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:31:15 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:31:15 +0100
commit7b25e9b697d8536460105fb5815c7fcf8227492d (patch)
tree68481bc62278d1f8c22443606e1aa559078d2ef0 /ldap/acl.ldif
parent9c01ed08ac100cfc8a0f5ba3ed197969fafaf6e5 (diff)
Users can't see the local aliases.
Diffstat (limited to 'ldap/acl.ldif')
-rw-r--r--ldap/acl.ldif6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldap/acl.ldif b/ldap/acl.ldif
index e7272f0..7b19d5f 100644
--- a/ldap/acl.ldif
+++ b/ldap/acl.ldif
@@ -336,6 +336,12 @@ olcAccess: to dn.regex="^fvl=[^,]+,(fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripos
by group/FripostVirtualDomain/fripostOwner.expand="$1" =rscd
by group/FripostVirtualDomain/fripostPostmaster.expand="$1" =rscd
#
+# Local aliases are for internal use only.
+olcAccess: to dn.regex="^fvl=[^,]+,(fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev)$"
+ filter=(objectClass=FripostVirtualList)
+ attrs=fripostLocalAlias
+ by * =0
+#
# 1. The list owners can edit their entry's attributes.
# 2. So can the domain owners.
# 3. So can the domain postmasters.