diff options
Diffstat (limited to 'ldap/base.ldif')
| -rw-r--r-- | ldap/base.ldif | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/base.ldif b/ldap/base.ldif index 4a40d3c..525fca6 100644 --- a/ldap/base.ldif +++ b/ldap/base.ldif @@ -32,11 +32,11 @@ objectClass: organizationalRole  userPassword: smtp  description: Where Postfix bind to for LDAP lookups. -dn: cn=ListCreator,ou=services,o=mailHosting,dc=fripost,dc=dev +dn: cn=CreateList,ou=services,o=mailHosting,dc=fripost,dc=dev  objectClass: simpleSecurityObject  objectClass: organizationalRole  description: The entity that is authorized to add list commands -userPassword: listcreator +userPassword: createlist  dn: cn=DeletePendingEntries,ou=services,o=mailHosting,dc=fripost,dc=dev  objectClass: simpleSecurityObject  | 
