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 ++++++++- misc/mklist/config | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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. diff --git a/misc/mklist/config b/misc/mklist/config index e913ecd..865d835 100644 --- a/misc/mklist/config +++ b/misc/mklist/config @@ -1,7 +1,7 @@ # A comma-separated list of public keys that are allowed to ask for # a list creation. (Note: the key have to be in the user's public # keyring.) -authorized_pubkeys = AF910D26 +authorized_pubkeys = 0x39278DA8109E6244 # Postfix configuration directory. postfix_config_dir = /etc/postfix/ -- cgit v1.2.3