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