aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.yml b/config.yml
deleted file mode 100644
index 17df6d4..0000000
--- a/config.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-# 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'
- }