[turba] Turba doesn't display results

Vic Cornell vcc at soc.soton.ac.uk
Mon Jul 7 03:58:56 PDT 2003


Hi,

I'm having problems adding an ldap address book to turba 1.2. Its a
fairly basic setup and I can prove access with ldapsearch. I've
configured source.php as below and when you make a query in turba a
request is sent and an appropriate reply given by the ldap server (I've
looked at the traffic). However turba doesn't display any results - just
an empty list. Any ideas?

Thanks in advance for any help.

Vic

$cfgSources['curd'] = array(
    'title' => 'CURD',
    'type' => 'ldap',
    'params' => array(
        'server' => 'ldap.nerc.ac.uk',
        'port' => 389,
        'root' => 'dc=nerc,dc=ac,dc=uk',
    ),
    'map' => array(
        '__key' => 'sn',
        'name' => 'cn',
        'email' => 'mail',
    ),
    'search' => array(
        'name',
        'email',
    ),
    'strict' => array(
        'sn'
    ),
    'public' => true,
    'readonly' => false,
    'export' => false );

-- 
_______________________________________________________________________________
Vic Cornell.  
IT Development Manager.  Information Technology Group.
Southampton Oceanography Centre,
Room 124/02, Empress Dock,  European Way, SOUTHAMPTON, SO14 3ZH, UK.
Email:		vcc at soc.soton.ac.uk	http://www.soc.soton.ac.uk/
Weds/Thurs :	Tel: 02380 596 193	Fax: 02380 596 195 
Mon/Tue/Fri:	Tel: 01803 813 792	Fax: 01803 814 076
Mobile:		07905 629 202           AIM:v1cc0rnell
SMS via email:	send *short* messages to:uruz at genie.co.uk
_______________________________________________________________________________


More information about the turba mailing list