6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/15/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14773] A couple changes to /Block/Account/Ldap.php and /Horde/Ldap.php
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ . . __ __ [__)| \| |/ `/ ` [__)|__/|/\|\__.\__.
Comment
> First, sorry for the bad summary name, wasn't sure the best way to > summarize this. > > When configuring Portal Blocks->Account Info Configuration with the > LDAP backend, using Samba4 (Schema version Windows Server 2008 R2) as > the DC, that block will cause a Fatal Error for two reasons: > > Easiest fix was in /lib//Block/Account/Ldap.php in the > _getMaxPasswd() function, $this->_ldap->search() call, currently > $domaindn is being passed. This is incorrect, $domaindn gets > converted back to a string by Horde_Ldap_Util::canonicalDN() a couple > lines up. That result, $dn, should be passed instead. > > The second issue is more tricky to solve in a general case. In this > schema version (maybe it's a PHP7 thing in reality? I'm not sure), > executing an ldap_search() against a base DN will cause an Operations > Error unless ldap_set_option($link, LDAP_OPT_REFERRALS, 0) is called > before the search is executed. I was able to solve this in my > installation by putting in a check like: > if($base === 'DC=[mydomain],DC=com') { ldap_set_option($link, > LDAP_OPT_REFERRALS, 0); } //Only disable referrals if searching > against the full base DN > I don't know enough about the Horde config array to figure out a > general patch for it though. > > Hope that helps!
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