stuart: server/kolab/kolab/templates fbview.conf.template,1.1,1.2

cvs at intevation.de cvs at intevation.de
Tue Jun 15 10:00:16 CEST 2004


Author: stuart

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

Modified Files:
	fbview.conf.template 
Log Message:
Use per-user credentials instead of a global account to access calendar folders


Index: fbview.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/fbview.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fbview.conf.template	11 Jun 2004 08:55:05 -0000	1.1
+++ fbview.conf.template	15 Jun 2004 08:00:13 -0000	1.2
@@ -25,8 +25,8 @@
 
 // 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'] = 'manager';
-$params['calendar_pass'] = '@@@bind_pw@@@';
+$params['calendar_user'] = Auth::getAuth();
+$params['calendar_pass'] = Auth::getCredential('password');
 
 // What is the name of the users' calendar mailbox?
 $params['calendar_store'] = 'Calendar';





More information about the commits mailing list