]> git.sur5r.net Git - contagged/blobdiff - inc/config.php
Turkish Translation
[contagged] / inc / config.php
index 782f9a4ed003537ce5aab3fd54fb09a72f22b397..c03cbc7e5232570b44f4ce26dbccf48df77b90f6 100644 (file)
@@ -34,6 +34,9 @@
   // Where to store private contacts (relative to $conf['usertree'])
   $conf['privatebook'] = 'ou=contacts';
 
+  // What fields to look at when searching?
+  $conf['searchfields'] = array('uid','mail','name','givenname','o');
+
   // Should the public address book be viewable by logged in users only? (0|1)
   $conf['userlogreq']  = 0;