Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 87
View file
pykolab.spec
Changed
@@ -1,4 +1,4 @@ -%if 0%{?opensuse_bs} +%if 0%{?opensuse_bs} && 0%{?suse_version} < 1 #!BuildIgnore: systemd %endif
View file
pykolab-0.7.tar.gz/pykolab/setup/setup_roundcube.py
Changed
@@ -77,6 +77,8 @@ 'ldap_group_base_dn': conf.get('ldap', 'group_base_dn'), 'ldap_group_filter': conf.get('ldap', 'group_filter'), 'ldap_ldap_uri': conf.get('ldap', 'ldap_uri'), + 'ldap_resource_base_dn': conf.get('ldap', 'resource_base_dn'), + 'ldap_resource_filter': conf.get('ldap', 'resource_filter'), 'ldap_service_bind_dn': conf.get('ldap', 'service_bind_dn'), 'ldap_service_bind_pw': conf.get('ldap', 'service_bind_pw'), 'ldap_user_base_dn': conf.get('ldap', 'user_base_dn'),
View file
pykolab-0.7.tar.gz/share/templates/roundcubemail/calendar.inc.php.tpl
Changed
@@ -9,6 +9,52 @@ \$config['calendar_event_coloring'] = 0; \$config['calendar_caldav_url'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/iRony/calendars/%u/%i'; + \$config['calendar_contact_birthdays'] = true; + + \$config['calendar_resources_driver'] = 'ldap'; + + \$config['calendar_resources_directory'] = array( + 'name' => 'Kolab Resources', + 'hosts' => 'localhost, + 'port' => 389, + 'use_tls' => false, + 'base_dn' => '$ldap_resources_base_dn', + 'user_specific' => true, + 'bind_dn' => '%dn', + 'bind_pass' => '', + 'search_base_dn' => '$ldap_user_base_dn', + 'search_bind_dn' => '$ldap_service_bind_dn', + 'search_bind_pw' => '$ldap_service_bind_pw', + 'search_filter' => '(&(objectClass=inetOrgPerson)(mail=%fu))', + 'ldap_version' => 3, + 'filter' => '$ldap_resource_filter', + '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"] . '/' . basename(__FILE__))) { include_once(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)); }
View file
pykolab-0.7.tar.gz/share/templates/roundcubemail/config.inc.php.tpl
Changed
@@ -56,6 +56,7 @@ 'kolab_delegation', 'kolab_files', 'kolab_folders', + 'kolab_notes', 'libkolab', 'libcalendaring', 'managesieve',
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.