[horde] Turba LDAP Search and Object Classes
Gunter Ohrner
mails.lists.horde.org at gunter.ohrner.net
Wed Aug 22 18:34:17 UTC 2018
Hi,
It's a bit counter-intuitive that Turba comes with example object class
definitions like
'objectclass' => array('top',
'person',
'organizationalPerson',
'inetOrgPerson'),
in its backends.php file, while those objectclasses are combined using "or"
when constructing the LDAP query. (In ./lib/Driver/Ldap.php)
For one, this behaviour is different from the documented behaviour of the
objectclass lists in the general Horde config and second, it probably returns
much more results than expected on many LDAP servers, especially with a
"scope" "sub" LDAP search instead of a "scope" "one" LDAP list on a single
LDAP level.
Regards,
Gunter
More information about the horde
mailing list