blob: f278790ea319f307be87c9b233f611c76945f72f (
plain)
1
2
3
4
5
6
7
8
|
# fripost.yml -- defaults for fripost administrative scripts
# To be moved to ~/.fripost.yml
---
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_pw: xxxxxx
base_dn: dc=mail,dc=fripost,dc=org
|