aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
blob: 1a245f7c5c77c46b036c5d6f1c77e1aead4f66d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is the custom configuration for the Fripost Administration Panel,
# which takes precedence over the default configuration in 'default.in'.


# TODO: The secure flag should be left on on HTTPS connections.
secure_cookie = 0

# Where the error reports should be sent to.
report_email = admin@fripost.org

# The domain that will be appended to non fully qualified usernames.
default_realm = fripost.org

# The LDAP suffix that will be appended to bind and search DN:s.
ldap_suffix = ou=virtual,o=mailHosting,dc=fripost,dc=dev

# TODO: This should be replaced with a Keberos ticket.
ldap_authcID = AdminWebPanel@fripost.org
ldap_authcPW = panel

# The minimum password length.
password_min_length = 12