gunnar: server/kolab-webclient/horde/templates/horde-3.3.6 webclient-kolab-conf.template, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Fri Jan 22 22:32:37 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/horde/templates/horde-3.3.6
In directory doto:/tmp/cvs-serv20898/kolab-webclient/horde/templates/horde-3.3.6

Modified Files:
	webclient-kolab-conf.template 
Log Message:
Merge comments from the old configuration template.

Index: webclient-kolab-conf.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/horde/templates/horde-3.3.6/webclient-kolab-conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webclient-kolab-conf.template	22 Jan 2010 19:59:49 -0000	1.3
+++ webclient-kolab-conf.template	22 Jan 2010 21:32:35 -0000	1.4
@@ -24,16 +24,44 @@
 $conf['kolab']['imap']['maildomain'] = '@@@postfix-mydomain@@@';
 
 /**
+ * If you use customized LDAP attributes on your LDAP server the
+ * following configuration setting allows you to map the standard
+ * Kolab attribute names to your customizations.
+ *
+ * Specify the mapping line by line:
+ *
+ * $conf['kolab']['ldap']['map']['uid'] = 'uid2';
+ * $conf['kolab']['ldap']['map']['mobile'] = 'handy';
+ *
+ * or use a hash structure:
+ *
+ * $conf['kolab']['ldap']['map'] = array('uid' => 'uid2',
+ *                                       'mobile' => 'handy');
+ *
+ */
+//$conf['kolab']['ldap']['map']['uid'] = 'uid2';
+
+/* Credentials for a proxy user to allow quasi anonymous ICS access
+ * via /public-cal/ics. You will need to create this user first.
+ */
+//$conf['ics']['default_user'] = 'proxy@@@@postfix-mydomain@@@';
+//$conf['ics']['default_pass'] = 'proxy';
+/**
+ * Uncomment if you wish to hide the organizer which is currently the proxy user.
+ */
+//$conf['ics']['hide_organizer'] = true;
+   
+/**
+ * Uncomment if you wish to keep user preferences in LDAP rather than in
+ * file based storage.
+ *
+ * See https://issues.kolab.org/issue3567
+ */
+//$conf['prefs']['driver'] = 'kolab';
+/**
  * Kolab uses file based preferences by default. There is an alternative
  * IMAP based driver that allows the users to keep their preferences in
  * the IMAP storage. You can activate it here.
  */
 //$conf['prefs']['driver'] = 'kolab_imap';
-
-/**
- * Credentials for a proxy user to allow quasi anonymous ICS access
- * via kronolith/ics_kolab.php
- */
-//$conf['ics']['default_user'] = '';
-//$conf['ics']['default_pass'] = '';
 





More information about the commits mailing list