aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/index.ldif
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-26 02:36:45 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-26 02:36:45 +0200
commit6689ea9829fd2957ff1c1589b0731eedb5fc8817 (patch)
treea882337de4b2024f72c94b45c3c561b08fc30bb4 /ldap/index.ldif
parent4239920246a5123644fd7a778b467aa371f990e6 (diff)
Updated the LDAP schema to suit the list creation script, and the acl to suit the SASL authentication.
Diffstat (limited to 'ldap/index.ldif')
-rw-r--r--ldap/index.ldif8
1 files changed, 5 insertions, 3 deletions
diff --git a/ldap/index.ldif b/ldap/index.ldif
index f044ebe..6d720bd 100644
--- a/ldap/index.ldif
+++ b/ldap/index.ldif
@@ -26,11 +26,13 @@ changetype: modify
replace: olcDbIndex
olcDbIndex: objectClass eq
-
-# Let us make Postfix's job easier.
+# Let us make Postfix's life easier.
add: olcDbIndex
-olcDbIndex: fripostIsStatusActive,fvd,fvu,fva,fvl,fripostListCommand,fripostListManager eq
+olcDbIndex: fripostIsStatusActive,fvd,fvu,fva,fvl,fvlc eq
+-
+add: olcDbIndex
+olcDbIndex: fripostIsStatusPending pres,eq
-
-# Let us make Postfix's job easier.
add: olcDbIndex
olcDbIndex: fripostOptionalMaildrop pres
-