[turba] Problem with LDAP search (HEAD)
Jan Kuipers
jrkuipers at lauwerscollege.nl
Tue Mar 4 11:45:13 PST 2003
Regarding HEAD:
The LDAP directory (results) doesn't show up anymore in HEAD. I get the
following errormessage:
[Tue Mar 4 11:32:31 2003] [error] PHP Fatal error: Undefined class name
'turba_list' in /path/horde_dev/turba/browse.php on line 176
Corresponding source:
$cfgSources['localldap'] = array(
'title' => 'LC adresboek',
'type' => 'ldap',
'params' => array(
'server' => 'localhost',
'port' => 389,
'root' => 'o=Lauwers College, c=NL',
'objectclass' => 'person',
'charset' => 'iso-8859-1'
),
'map' => array(
'__key' => 'dn',
'name' => 'cn',
'email' => 'mail',
'afdeling' => 'ou'
),
'search' => array(
'name',
'email',
'afdeling'
),
'strict' => array(
'dn'
),
'public' => true,
'readonly' => true,
'export' => false
);
turba/test.php works fine.
This configuration worked always fine since a few days ago
Any idea what's wrong here?
--
Jan Kuipers
Systeembeheer Lauwers College
More information about the turba
mailing list