aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
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'
+ }