[Tickets #6450] LDAP auth doesn't work correctly in v3.2-RC3

bugs at horde.org bugs at horde.org
Sat Mar 15 18:49:51 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6450
-----------------------------------------------------------------------
 Ticket             | 6450
 Created By         | Klaus.Steinberger at Physik.Uni-Muenchen.DE
 Summary            | LDAP auth doesn't work correctly in v3.2-RC3
 Queue              | Horde Base
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 3. High
 Milestone          | v3.2-RC3
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


Klaus.Steinberger at Physik.Uni-Muenchen.DE (2008-03-15 14:49) wrote:

LDAP Auth does not work in RC3

The errore message is "Empty Result"

A trace with wireshark shows the following filter in the search request:

(&(uid=username)(objectClass=username))

The parameter is set the following way:
$conf['auth']['params']['objectclass'] = array('posixAccount');

An "echo $filter" inside _getParamFilter reveals the following output:

(objectClass=)

When I set the parameter the following way:

$conf['auth']['params']['objectclass'] = array('posixAccount', 'User');

The authentication works, the filter is set correctly with both
objectClasses (User is correct for our Novell Edirectory).

So it looks like there is some false handling of this parameter.

Sincerly,
Klaus Steinberger






More information about the bugs mailing list