]> git.sur5r.net Git - contagged/blobdiff - config.php
config fixes
[contagged] / 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';