diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-02 16:02:15 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-02 16:02:15 +0200 |
commit | 5de7d7ffd7134d1c84f6cf85ed9517576ee5187c (patch) | |
tree | 0a672a69cb89aadf9690f6b11ac8e35895eee73e /fripost.yml.template | |
parent | 8aa19ac7c46a30e8deb3f4e56b133c16aee72ece (diff) |
ou=domains → ou=virtual
Diffstat (limited to 'fripost.yml.template')
-rw-r--r-- | fripost.yml.template | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fripost.yml.template b/fripost.yml.template index e98ea58..0422665 100644 --- a/fripost.yml.template +++ b/fripost.yml.template @@ -1,8 +1,9 @@ -# fripost.yml -- defaults for fripost administrative scripts -# To be moved to ~/.fripost.yml and chmod'ed to 600 +# fripost.yml -- Defaults for fripost administrative scripts. +# To be moved to ~/.fripost.yml and chmod'ed to 600. --- server_host: ldap://127.0.0.1:389 admin_email: admin@fripost.org +base_dn: ou=virtual,o=mailHosting,dc=fripost,dc=org +# Replace `bind_dn' and `bind_pw' by your owner manager DN and password. bind_dn: cn=admin,ou=managers,o=mailHosting,dc=fripost,dc=org bind_pw: xxxxxx -base_dn: ou=domains,o=mailHosting,dc=fripost,dc=org |