Page MenuHomePhorge

calendar.inc.php
No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None

calendar.inc.php

<?php
$config['calendar_driver'] = "kolab";
$config['calendar_default_view'] = "agendaWeek";
$config['calendar_timeslots'] = 2;
$config['calendar_first_day'] = 1;
$config['calendar_first_hour'] = 6;
$config['calendar_work_start'] = 6;
$config['calendar_work_end'] = 18;
$config['calendar_event_coloring'] = 0;
$config['calendar_caldav_url'] = 'http://%h/iRony/calendars/%u/%i';
$config['calendar_itip_smtp_server'] = '';
$config['calendar_itip_smtp_user'] = '';
$config['calendar_itip_smtp_pass'] = '';
$config['calendar_itip_send_option'] = 3;
$config['calendar_itip_after_action'] = 0;
$config['calendar_freebusy_trigger'] = false;
$config['kolab_invitation_calendars'] = true;
$config['calendar_contact_birthdays'] = true;
$config['calendar_resources_driver'] = 'ldap';
$config['calendar_resources_directory'] = array(
'name' => 'Kolab Resources',
'hosts' => getenv('LDAP_HOST'),
'port' => 389,
'use_tls' => false,
'base_dn' => 'dc=hosted,dc=com',
'user_specific' => true,
'bind_dn' => '%dn',
'bind_pass' => '',
'search_base_dn' => 'dc=hosted,dc=com',
'search_bind_dn' => 'uid=kolab-service,ou=Special Users,dc=mgmt,dc=com',
'search_bind_pw' => getenv('LDAP_SERVICE_BIND_PW'),
'search_filter' => '(&(objectClass=inetorgperson)(mail=%fu))',
'ldap_version' => 3,
'filter' => '(|(|(objectclass=groupofuniquenames)(objectclass=groupofurls))(objectclass=kolabsharedfolder))',
'search_fields' => array('cn'),
'sort' => array('cn'),
'scope' => 'sub',
'fuzzy_search' => true,
'fieldmap' => array(
// Internal => LDAP
'name' => 'cn',
'email' => 'mail',
'owner' => 'owner',
'description' => 'description',
'attributes' => 'kolabdescattribute',
'members' => 'uniquemember',
// these mappings are required for owner display
'phone' => 'telephoneNumber',
'mobile' => 'mobile',
),
'class_type_map' => array(
'kolabsharedfolder' => 'resource',
'groupofuniquenames' => 'collection',
),
'groups' => array(
'name_attr' => 'cn',
),
);
if (file_exists(RCUBE_CONFIG_DIR . '/' . ($_SERVER["HTTP_HOST"] ?? null) . '/' . basename(__FILE__))) {
include_once(RCUBE_CONFIG_DIR . '/' . ($_SERVER["HTTP_HOST"] ?? null) . '/' . basename(__FILE__));
}
?>

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 20, 5:04 PM (17 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387225
Default Alt Text
calendar.inc.php (3 KB)

Event Timeline