[Tickets #6741] error in ldap driver
bugs at horde.org
bugs at horde.org
Thu May 22 11:52:11 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6741
-----------------------------------------------------------------------
Ticket | 6741
Created By | vujin at fon.bg.ac.yu
Summary | error in ldap driver
Queue | Forwards
Version | 3.0.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
vujin at fon.bg.ac.yu (2008-05-22 07:52) wrote:
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);
More information about the bugs
mailing list