aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
blob: 17df6d48261c05ad75f9b21266260c4c6e72603f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'
         }