aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/base.ldif
blob: ff48497a7b9f7301923fb97bc13e5c37404abf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Load this file with
#
#   ldapadd -Y EXTERNAL -H ldapi:/// -f base.ldif
#
# It will create the base directory and add services needed to for our
# systems to work.
# If "o=mailHosting,dc=fripost,dc=dev" exists, you can delete it with
#
#   ldapdelete -Y EXTERNAL -H ldapi:/// -r "o=mailHosting,dc=fripost,dc=dev"


dn: o=mailHosting,dc=fripost,dc=dev
objectClass: organization
description: Mail hosting


dn: ou=virtual,o=mailHosting,dc=fripost,dc=dev
objectClass: organizationalUnit
objectClass: fripostVirtual
fripostCanAddDomain: fvd=fripost.org,ou=virtual,o=mailHosting,dc=fripost,dc=dev
fripostCanAddDomain: fvu=test,fvd=fripost.org,ou=virtual,o=mailHosting,dc=fripost,dc=dev
fripostCanAddDomain: fvu=bigbrother,fvd=postmastered.org,ou=virtual,o=mailHosting,dc=fripost,dc=dev
description: Virtual mail hosting


dn: ou=services,o=mailHosting,dc=fripost,dc=dev
objectClass: organizationalUnit

dn: cn=SMTP,ou=services,o=mailHosting,dc=fripost,dc=dev
objectClass: simpleSecurityObject
objectClass: organizationalRole
userPassword: smtp
description: Where Postfix bind to for LDAP lookups.

dn: cn=ListCreator,ou=services,o=mailHosting,dc=fripost,dc=dev
objectClass: simpleSecurityObject
objectClass: organizationalRole
description: The entity that is authorized to add list commands
userPassword: listcreator

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$