gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.37, 1.38

cvs at kolab.org cvs at kolab.org
Mon Jan 11 11:29:24 CET 2010


Author: gunnar

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
MFB: Support configurable attribute mapping.

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- resmgr.conf.template.in	13 Dec 2009 18:04:37 -0000	1.37
+++ resmgr.conf.template.in	11 Jan 2010 10:29:22 -0000	1.38
@@ -139,6 +139,24 @@
 /* What password should we use with the above DN when binding? */
 $conf['kolab']['ldap']['phppw'] = '@@@php_pw@@@';
 
+/**
+ * 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