]> git.sur5r.net Git - contagged/blobdiff - config.php
UTF-8 in interface
[contagged] / config.php
index d269fe752f493469b24c3ee83478fef11aa41e9d..a73186a11bd62518926323424089650073779d92 100644 (file)
 
   // Should the additional schema ldapab.schema be used? (0|1)
   // Note: openxchange and extended are currently exclusive, do not use both at the same time!
-  $conf[extended]    = 0;
+  $conf[extended]    = 1;
   
   // Should we use some parts of the openxchange.schema? (0|1)
   // Note: openxchange and extended are currently exclusive, do not use both at the same time!
-  $conf[openxchange] = 1;
+  $conf[openxchange] = 0;
  
   // Should we try to login using the username and password provided by httpd? (0|1)
   $conf[httpd_auth]  = 1;