From 5f21c056072552a4506c3f02ec649930eac2b062 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 23 Feb 2013 21:22:29 +0100 Subject: Fine-tuning the configuration for developpement (e.g., using DIGEST-MD5). --- config.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.in') diff --git a/config.in b/config.in index 5f4c29a..361c9d7 100644 --- a/config.in +++ b/config.in @@ -1,11 +1,16 @@ # This is the custom configuration for the Fripost Administration Panel, # which takes precedence over the default configuration in 'default.in'. -secure_cookie = 1 +secure_cookie = 0 # Where the error reports should be sent to. report_email = admin@fripost.org +ldap_uri = ldapi:// +ldap_SASL_mechanism = DIGEST-MD5 +ldap_authcID = AdminWebPanel@fripost.org +ldap_authcPW = panel + # The domain that will be appended to non fully qualified usernames. default_realm = fripost.org @@ -30,3 +35,5 @@ listurl_schleuder = https://lists.fripost.org/schleuder/ webapp_url = http://localhost:8080/cgi-bin/ email_from = admin@fripost.org + +signature = Guilhem. -- cgit v1.2.3