]> git.sur5r.net Git - contagged/blobdiff - inc/config.php.dist
Merge pull request #14 from araname/master
[contagged] / inc / config.php.dist
index f12635f6b9e8675c514fd2d34022f3999bcae57a..63a46795978687e643465c3f3d8bd3476facb0f7 100644 (file)
 // LDAP classes to store with contacts.
 $conf['oclasses'] = array(
     'inetOrgPerson',
-    //'contactPerson',
+    'contactPerson',
     //'OXUserObject',
     //'evolutionPerson',
     //'officePerson',
 );
+
+//custom LDAP field mappings, see inc/fields.php
+$conf['customFields'] = array();