]> git.sur5r.net Git - contagged/commitdiff
config fixes
authorAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 12:00:01 +0000 (13:00 +0100)
committerAndreas Gohr <gohr@cosmocode.de>
Wed, 8 Feb 2006 12:00:01 +0000 (13:00 +0100)
darcs-hash:20060208120001-6e07b-4c85ade6c1aeacc6c57dad3804745fa5d984326f.gz

config.php

index a73186a11bd62518926323424089650073779d92..3cbc4524ecd84bc821efb85e2a4fccb61d027f36 100644 (file)
   $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';