X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=config.php;h=a73186a11bd62518926323424089650073779d92;hb=3dcc26f728beaeee605bad5e641759c74d83732e;hp=d269fe752f493469b24c3ee83478fef11aa41e9d;hpb=77d53c7d27865772028df4c45ee81b38ac13f0e7;p=contagged diff --git a/config.php b/config.php index d269fe7..a73186a 100644 --- a/config.php +++ b/config.php @@ -30,11 +30,11 @@ // 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;