From de518f497a4def5a98508c043623b17cf03d11bf Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Feb 2006 13:00:01 +0100 Subject: [PATCH] config fixes darcs-hash:20060208120001-6e07b-4c85ade6c1aeacc6c57dad3804745fa5d984326f.gz --- config.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'; -- 2.39.2