]> git.sur5r.net Git - contagged/blobdiff - inc/config.php
Display errors when image upload fails
[contagged] / inc / config.php
index fa8ff428f7b96f206538daa404b3821272ff836b..c03cbc7e5232570b44f4ce26dbccf48df77b90f6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
   // LDAP URL; if set, takes precedence over ldapserver and ldapport
   #$conf['ldapurl']     = 'ldaps://ldap.example.com/';
@@ -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;