diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-28 02:21:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-28 02:22:06 +0200 |
commit | 5dd3d8d080b56d742de3c4b4782cfcde72c3f16f (patch) | |
tree | f00d73e31e2ea5a004155fa9b5000d407f690587 /fripost.yml.template | |
parent | e65b146c79825f9b7f5660ebce284b4b66c13966 (diff) |
Updating the library to the new LDAP schema.
Diffstat (limited to 'fripost.yml.template')
-rw-r--r-- | fripost.yml.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fripost.yml.template b/fripost.yml.template index 7d3ac6c..bb71780 100644 --- a/fripost.yml.template +++ b/fripost.yml.template @@ -3,6 +3,6 @@ --- server_host: ldap://127.0.0.1:389 admin_email: admin@fripost.org -bind_dn: cn=admin,ou=managers,dc=mail,dc=fripost,dc=org +bind_dn: cn=guilhem,ou=managers,o=mailHosting,dc=guilhem,dc=org bind_pw: xxxxxx -base_dn: dc=mail,dc=fripost,dc=org +base_dn: ou=domains,o=mailHosting,dc=guilhem,dc=org |