6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/6/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6741] error in ldap driver
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. .. .. ..__ | ||\/||__|[__) | \__|| || |[__)
Comment
> I use forwards modul with LDAP driver and qmail+ldap schema with > Bind as Admin > > and i found two problema in ldap.php > > > > first is in function _connect on line 622 > > 619# case 'admin': > > 620# $result = @ldap_bind($this->_connection, > > 621# $this->_params[$realm]['admindn'], > > 622# $this->_params['adminpw']); > > and correct code is > > 622# $this->_params[$realm]['adminpw']); > > > > and second is in function disableForwarding on line 248 > > 248# $res = ldap_modify($this->_connection, $userdn, $newDetails); > > and correct code is > > 248# $res = ldap_modify($this->_connection, $this->_dn, $newDetails); > > > > > >
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