6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2502] wrong error when using smbldap driver and bind as user
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. .. . __.. . | || |\ /(__ | | |__\|__| \/ .__)|/\|
Comment
> if you go change the password, and fill wrong "old password" the ldap > driver will fallback to the anonymous bind, due bind with password > failed. > > > > > > [Fri Sep 9 01:55:20 2005] [error] PHP Warning: ldap_bind(): Unable > to bind to server: Invalid credentials in > /usr/share/horde/passwd/lib/Driver/ldap.php on line 87 > > [Fri Sep 9 01:55:20 2005] [error] PHP Warning: ldap_mod_replace(): > Modify: Strong(er) authentication required in > /usr/share/horde/passwd/lib/Driver/ldap.php on line 282 > > > > > > // Try to bind as the current userdn with password. > > if (!is_null($userdn)) { > > $result = @ldap_bind($this->_ds, $userdn, $password); > > } > > // If unable to bind as current user, still try to bind as > > // guest. > > if (!$result) { > > $result = @ldap_bind($this->_ds); > > } > > > > > > > > > > removing the second rebind, the proper error is produced: > > " Failure in changing password on delfi.ee domain: Incorrect Password" > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers