steffen: server/kolab/kolab/templates freebusy.conf.template, 1.6, 1.7

cvs at intevation.de cvs at intevation.de
Tue Aug 31 03:33:57 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv9169/kolab/kolab/templates

Modified Files:
	freebusy.conf.template 
Log Message:
freebusy works again

Index: freebusy.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/freebusy.conf.template,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- freebusy.conf.template	12 Aug 2004 10:55:39 -0000	1.6
+++ freebusy.conf.template	31 Aug 2004 01:33:55 -0000	1.7
@@ -12,6 +12,10 @@
 // What is the Base DN of our LDAP database?
 $params['base_dn'] = '@@@base_dn@@@';
 
+// DN and pw to use for LDAP access
+$params['bind_dn'] = '@@@php_dn@@@';
+$params['bind_pw'] = '@@@php_pw@@@';
+
 // Are we using a multi-location setup? If this is true, we check the users'
 // LDAP object for the next attribute - if it is different than $params['server']
 // we get the free/busy information from the script running on the other box
@@ -35,10 +39,10 @@
 // does not supply credentials? This account should
 // have access to the calendar mailbox of all the users for which free/busy
 // information is to be retrieved.
-$params['calendar_user'] = '@@@cyrus-admins@@@';
+//$params['calendar_user'] = '@ @@cyrus-admins@@@';
 
 // What password should we use with the above account?
-$params['calendar_pass'] = '@@@bind_pw@@@';
+//$params['calendar_pass'] = '@ @@bind_pw@@@';
 
 // What is the name of the users' calendar mailbox?
 $params['calendar_store'] = 'Calendar';





More information about the commits mailing list