aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 01:50:40 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 01:50:40 +0200
commitcc2eac1dcd3991e036875931fb78c609ff9dbbea (patch)
treeb9c95affc22263b96edeff8f9f8b7487c23cdf12 /config.yml
First try.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..17df6d4
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,17 @@
+---
+# LDAP configuration
+ldap: { server_host: ldap://127.0.0.1:3890/
+ , base_dn: ou=virtual,o=mailHosting,dc=fripost,dc=dev
+ , authcid: FPanel
+ , bind_pw: panel #TODO: this is to be replaced with a Kerberos ticket (SASL/GSSAPI authentication)
+ }
+
+# The domain that is to be appended to non fully qualified usernames
+default_realm: fripost.org
+
+# Session configuration
+session: { cookie: { path: '/index.cgi'
+ , secure: 0 # TODO: turn that on on HTTS connections
+ }
+ , expire: '+24h'
+ }