gunnar: server/kolab-webclient webclient-kolab-conf.template, 1.2, 1.2.4.1

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


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv27228

Modified Files:
      Tag: suc_branch
	webclient-kolab-conf.template 
Log Message:
Demo configuration for attribute mapping.

Index: webclient-kolab-conf.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/webclient-kolab-conf.template,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- webclient-kolab-conf.template	7 Feb 2009 15:51:27 -0000	1.2
+++ webclient-kolab-conf.template	23 Apr 2009 07:13:20 -0000	1.2.4.1
@@ -12,6 +12,23 @@
 $conf['kolab']['ldap']['basedn'] = '@@@base_dn@@@';
 $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';
 @@@if cyrus-imap@@@
 $conf['kolab']['imap']['server'] = '@@@fqdnhostname@@@';
 @@@else@@@





More information about the commits mailing list