gunnar: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.23, 1.24 resmgr.conf.template.in, 1.39, 1.40

cvs at kolab.org cvs at kolab.org
Mon Feb 22 07:34:48 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv15278

Modified Files:
	freebusy.conf.template.in resmgr.conf.template.in 
Log Message:
        * templates/freebusy.conf.template.in: Added ability to map
        arbitrary ldap attributes to those expected by kolab.
        (Merged from suc branch)

        * templates/resmgr.conf.template.in: Added ability to map
        arbitrary ldap attributes to those expected by kolab.
        (Merged from suc branch)


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- freebusy.conf.template.in	11 Jan 2010 10:28:07 -0000	1.23
+++ freebusy.conf.template.in	22 Feb 2010 06:34:46 -0000	1.24
@@ -77,6 +77,24 @@
  */
 //$conf['kolab']['ldap']['map']['uid'] = 'uid2';
 
+/**
+ * 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';
+
 /* Horde::Kolab::IMAP configuration */
 $conf['kolab']['imap']['server']   = '@@@fqdnhostname@@@';
 $conf['kolab']['imap']['port']     = 143;

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- resmgr.conf.template.in	11 Jan 2010 13:13:05 -0000	1.39
+++ resmgr.conf.template.in	22 Feb 2010 06:34:46 -0000	1.40
@@ -162,6 +162,24 @@
  */
 //$conf['kolab']['ldap']['map']['uid'] = 'uid2';
 
+/**
+ * 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';
+
 /* What account should we use to read/write calendar data? This
  * account should have access to the calendar mailbox of all
  * resource/group mailboxes.





More information about the commits mailing list