From cc2eac1dcd3991e036875931fb78c609ff9dbbea Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 1 Sep 2012 01:50:40 +0200 Subject: First try. --- config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.yml (limited to 'config.yml') 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' + } -- cgit v1.2.3