steffen: server/kolab-horde-fbview/kolab-horde-fbview fbview.conf, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:14 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview

Added Files:
	fbview.conf 
Log Message:
Fbview in separate package

--- NEW FILE: fbview.conf ---
<?php

// What is the address of the Cyrus server where the calendar data is stored?
$params['server'] = 'localhost';

// What is the Base DN of our LDAP database?
$params['base_dn'] = 'dc=oberon';

// What DN should we use to bind to the LDAP server?
$params['bind_dn'] = 'cn=manager,' . $params['base_dn'];

// What password should we use with the above DN when binding?
$params['bind_pw'] = 'password';

// What is our default mail domain? This is used if any users do not have
// '@domain' specified after their username as part of their email address.
$params['email_domain'] = 'oberon.co.za';

// Are we using virtual domains with Cyrus?
$params['virtual_domains'] = true;

// Should we append domains to mailbox URIs? This only applies when
// virtual_domains is true, and when using manager accounts.
$params['append_domains'] = false;

// What account should we use to read/write calendar data? This account should
// have access to the calendar mailbox of all resource/group mailboxes.
$params['calendar_user'] = 'fb at oberon.co.za';
$params['calendar_pass'] = 'fb';

// What is the name of the users' calendar mailbox?
$params['calendar_store'] = 'Calendar';

// Where can we get free/busy information from?
$params['freebusy_url'] = 'http://oberon/fb2/freebusy/${USER}.vfb?x=';





More information about the commits mailing list