6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/14/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7640] LDAP Authentication not working
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ,. ,.___..__ | \ \./ \./ _/ [__) |__/ | | ./__.|
Comment
> I've narrowed it down to this change, which, when I revert back to > the old code, allows me to log in successfully: > > > > @@ -135,9 +147,11 @@ > > function _findDN($userId) > > { > > /* Search for the user's full DN. */ > > + $filter = $this->_getParamFilter(); > > + $filter = '(&(' . $this->_params['uid'] . '=' . $userId . ')' . > > + $filter . ')'; > > $search = @ldap_search($this->_ds, $this->_params['basedn'], > > - $this->_params['uid'] . '=' . $userId, > > - array($this->_params['uid'])); > > + $filter, array($this->_params['uid']));
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