X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=inc%2Fconfig.php;h=fa8ff428f7b96f206538daa404b3821272ff836b;hb=c1792e8f272b2fbd5dee54e36b17fb1125031ac0;hp=5f8aaf4bf8546594bf7b9cb4549ddc08f9223fb3;hpb=47b22054a954cdc50c09fa7a768fb6ad58cfab02;p=contagged diff --git a/inc/config.php b/inc/config.php index 5f8aaf4..fa8ff42 100644 --- a/inc/config.php +++ b/inc/config.php @@ -37,18 +37,13 @@ // Should the public address book be viewable by logged in users only? (0|1) $conf['userlogreq'] = 0; - // 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'] = 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'] = 0; - // Should we try to login using the username and password provided by httpd? (0|1) $conf['httpd_auth'] = 0; - // Dateformat for birthdays when using extended schema + // Store the first 4 tags in Thunderbird's custom fields when using ldapab.schema + $conf['tbtaghack'] = 1; + + // Dateformat for birthdays and anniversary // see http://www.php.net/manual/en/function.strftime.php $conf['dateformat'] = '%Y/%m/%d'; #$conf['dateformat'] = '%d.%m.%Y';