domain_name = "dav.helux.nl"; $c->admin_email = 'info@helux.nl'; $c->system_name = "Helux DAViCal Server"; $c->enable_row_linking = true; $c->default_locale = "nl_NL"; $c->public_freebusy_url = true; $c->post_add_member = false; $c->pg_connect[] = 'dbname=davical port=5432 user=davical_app'; $c->authenticate_hook['call'] = 'LDAP_check'; $c->authenticate_hook['config'] = array( 'host' => 'mail.helux.nl', 'port' => '389', 'filterUsers' => '(&(enabledService=davical))', 'bindDN' => 'cn=vmail,dc=mail,dc=helux,dc=nl', 'passDN' => 'SECRET', 'baseDNUsers' => 'o=domains,dc=mail,dc=helux,dc=nl', 'protocolVersion' => 3, 'scope' => 'subtree', 'mapping_field' => array( 'username' => 'mail', 'modified' => 'modifyTimestamp', 'fullname' => 'cn', 'email' => 'mail'), 'default_value' => array("date_format_type" => "E","locale" => "nl_NL"), 'format_updated'=> array('Y' => array(0,4),'m' => array(4,2),'d'=> array(6,2),'H' => array(8,2),'M'=>array(10,2),'S' => array(12,2)),); $c->do_not_sync_from_ldap = array( 'admin' => true ); include('drivers_ldap.php');