aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/base.ldif
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-15 19:24:24 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-15 19:24:24 +0200
commit695e6662e46545d08213d3eec0c4f9956333a28e (patch)
treedd7bfb8e5d44932ad51e5f525fa018c8e4866806 /ldap/base.ldif
parentcb9479f3ecd194e70f75422cd2f1511e0d772058 (diff)
SMTP service.
Diffstat (limited to 'ldap/base.ldif')
-rw-r--r--ldap/base.ldif9
1 files changed, 8 insertions, 1 deletions
diff --git a/ldap/base.ldif b/ldap/base.ldif
index f91946b..8acbe10 100644
--- a/ldap/base.ldif
+++ b/ldap/base.ldif
@@ -22,9 +22,16 @@ description: Virtual mail hosting
dn: ou=services,o=mailHosting,dc=fripost,dc=dev
objectClass: organizationalUnit
-dn: cn=FPanel,ou=services,o=mailHosting,dc=fripost,dc=dev
+dn: cn=AdminWebPanel,ou=services,o=mailHosting,dc=fripost,dc=dev
objectClass: simpleSecurityObject
objectClass: organizationalRole
description: The adminstrator Web Panel
userPassword: panel
authzTo: dn.regex:^fvu=[^,]+,fvd=[^,]+,ou=virtual,o=mailHosting,dc=fripost,dc=dev$
+
+dn: cn=SMTP,ou=services,o=mailHosting,dc=fripost,dc=dev
+objectClass: simpleSecurityObject
+objectClass: organizationalRole
+userPassword: smtp
+description: The entry the replicates bind to when fetching the LDAP
+ directory. Right now it is also used by Postfix for LDAP lookups.