From: Andreas Gohr Date: Wed, 8 Feb 2006 12:00:01 +0000 (+0100) Subject: config fixes X-Git-Tag: 0.7.1~88 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de518f497a4def5a98508c043623b17cf03d11bf;p=contagged config fixes darcs-hash:20060208120001-6e07b-4c85ade6c1aeacc6c57dad3804745fa5d984326f.gz --- diff --git a/config.php b/config.php index a73186a..3cbc452 100644 --- a/config.php +++ b/config.php @@ -37,11 +37,8 @@ $conf[openxchange] = 0; // Should we try to login using the username and password provided by httpd? (0|1) - $conf[httpd_auth] = 1; + $conf[httpd_auth] = 0; - // Should the additional schema ldapab.schema be used? (0|1) - $conf[extended] = 1; - // Dateformat for birthdays when using extended schema // see http://www.php.net/manual/en/function.strftime.php #$conf[dateformat] = '%Y/%m/%d';