gunnar: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.21, 1.21.4.1

cvs at kolab.org cvs at kolab.org
Thu Apr 23 09:22:25 CEST 2009


Author: gunnar

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

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

Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.21
retrieving revision 1.21.4.1
diff -u -d -r1.21 -r1.21.4.1
--- freebusy.conf.template.in	10 Feb 2009 22:41:14 -0000	1.21
+++ freebusy.conf.template.in	23 Apr 2009 07:22:23 -0000	1.21.4.1
@@ -58,6 +58,24 @@
 $conf['kolab']['ldap']['phpdn']  = '@@@php_dn@@@';
 $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';
+
 /* Horde::Kolab::IMAP configuration */
 $conf['kolab']['imap']['server']   = '@@@fqdnhostname@@@';
 $conf['kolab']['imap']['port']     = 143;





More information about the commits mailing list