diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-22 01:41:47 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-22 01:41:47 +0100 |
commit | 48d39ff63e2bfa2bdb7759bc4a99f69778d5ee22 (patch) | |
tree | bd006f42a8cfe578decf237f318952869137d707 /ldap/base.ldif | |
parent | 4ea8953f745a08d13c8966588b81f667f2339103 (diff) |
Reorganized the ACL.
Diffstat (limited to 'ldap/base.ldif')
-rw-r--r-- | ldap/base.ldif | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ldap/base.ldif b/ldap/base.ldif index 525fca6..e1a14fd 100644 --- a/ldap/base.ldif +++ b/ldap/base.ldif @@ -22,7 +22,10 @@ fripostCanAddDomain: fvu=test,fvd=fripost.org,ou=virtual,o=mailHosting,dc=fripos fripostCanAddDomain: fvu=bigbrother,fvd=postmastered.org,ou=virtual,o=mailHosting,dc=fripost,dc=dev description: Virtual mail hosting - +# TODO: for postfix, it'd be more efficient and more secure to SASL-bind +# on a UNIX socket (EXTERNAL mechanism); wait for Postfix 2.8. +# TODO: IMAP, SASLauth, Amavis +# TODO: if possible, make use GSSAPI/EXTERNAL for the services. dn: ou=services,o=mailHosting,dc=fripost,dc=dev objectClass: organizationalUnit |