gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.34, 1.34.4.1

cvs at kolab.org cvs at kolab.org
Thu Apr 23 09:16:04 CEST 2009


Author: gunnar

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

Modified Files:
      Tag: suc_branch
	resmgr.conf.template.in 
Log Message:
Demo configuration for attribute mapping.

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.34
retrieving revision 1.34.4.1
diff -u -d -r1.34 -r1.34.4.1
--- resmgr.conf.template.in	10 Feb 2009 22:41:14 -0000	1.34
+++ resmgr.conf.template.in	23 Apr 2009 07:16:02 -0000	1.34.4.1
@@ -138,6 +138,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