[Tickets #2502] wrong error when using smbldap driver and bind as user

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Sep 9 07:32:36 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=2502
-----------------------------------------------------------------------
 Ticket             | 2502
 Updated By         | glen at delfi.ee
 Summary            | wrong error when using smbldap driver and bind as user
 Queue              | Passwd
 Version            | HEAD
 State              | Feedback
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


glen at delfi.ee (2005-09-09 07:32) wrote:

maybe not just remove the anonymous bind, but rather remove the fallbacking
method, ie if there's no configuration on $userdn try only anon-bind, and if
$userdn set, try only anonymous bind.

if (!is_null($userdn)) {
  // do non-anonymous bind
} else {
  // do anonymous bind
}

then i think it will work as expected:
1. bind with root user
2. bind with current user
3. anonymous bind

and no hidden catches.




More information about the bugs mailing list