[Tickets #9770] Re: LDAP driver for Portal Block account info do not work
bugs at horde.org
bugs at horde.org
Fri Apr 15 09:16:01 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9770
------------------------------------------------------------------------------
Ticket | 9770
Aktualisiert Von | Klaus.Steinberger at Physik.Uni-Muenchen.DE
Zusammenfassung | LDAP driver for Portal Block account info do not work
Warteschlange | Horde Base
Version | Git master
Typ | Bug
Status | Resolved
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Jan Schneider
------------------------------------------------------------------------------
Klaus.Steinberger at Physik.Uni-Muenchen.DE (2011-04-15 09:16) hat geschrieben:
> Changes have been made in Git for this ticket:
I have just seen that there is a little more to be done.
in horde/lib/Block/Account.php line 445 "host" ist used as parameter,
but the new config structure uses "hostspec"
// Connect to the LDAP server.
$this->_ds = ldap_connect($this->_params['host'],
$this->_params['port']);
this is easy to change, but also the defaults are not taken correctly:
in the function Accounts_Driver_ldap($params = array())
there is also host referenced instead of hostspec. I have changed
both, but the horde default config is not used, so maybe the array
merging is done incorrectly?
More information about the bugs
mailing list