[turba] LDAP search results gone after upgrade to Turba 1.2...

Tim Meader tmeader at cne-odin.gsfc.nasa.gov
Wed Mar 12 10:59:27 PST 2003


Hello all,

Just wondering if anyone can shed some light on what may be going on here. 
My LDAP searches in Turba were returning info fine up until I tried to 
upgrade to Turba 1.2 last night. After the upgrade, it executes the search, 
but the results are always blank.  There's no error about not being able to 
connect to the host or anything, just the result set is blank.

I was running Turba 1.1 and used the patch file to upgrade to 1.2. I 
manually went through any .reject files left from the patch process and 
incorporated them manually, so the install itself is fine. My entry for 
this in the sources.php file has not changed AT ALL between versions, yet 
for some reason 1.1 works fine and 1.2 is no go.  The entry is:

$cfgSources['localldap'] = array(
     'title' => 'X500',
     'type' => 'ldap',
     'params' => array(
         'server' => 'ldap.gsfc.nasa.gov',
         'port' => 389,
         'root' => 'ou=Goddard Space Flight Center,o=National Aeronautics 
and Space Administration,c=US',
         'dn' => array('cn')
     ),
     'map' => array(
         '__key' => 'dn',
         'name' => 'cn',
         'email' => 'mail',
         'company' => 'userclass',
         'workPhone' => 'telephonenumber',
         'fax' => 'facsimiletelephonenumber'
     ),
     'search' => array(
         'name'
     ),
     'strict' => array(
         'dn'
     ),
     'public' => true,
     'readonly' => false,
     'export' => true
);

This seems right to me, and like I said, worked without incident before. 
I've looked at the horde.log and even compared the LDAP query calls being 
logged... they are identical between Turba versions.  The only thing I 
noticed was that in the Driver/ldap.php file, there appears to have been a 
change in the way filters are constructed... but like I said according to 
the horde.log the filter looks the same.

ANY help here would be appreciated, since I would REALLY like to get the 
distribution list feature of the new Turba up and running for our users. 
Thanks in advance.

---
Tim Meader
ODIN Unix Group
ACS Government Services, Inc. - (301) 286-8013
tmeader at cne-odin.gsfc.nasa.gov 




More information about the turba mailing list