| Summary | ldap.php from horde 3.2 RC3 error |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | olivier.lelain (at) xrce (dot) xerox (dot) com |
| Created | 04/01/2008 (6430 days ago) |
| Due | |
| Updated | 04/01/2008 (6430 days ago) |
| Assigned | |
| Resolved | 04/01/2008 (6430 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
bug 6450State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ldap.php from horde 3.2 RC3 error
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
I had a working Horde 3.2 RC2, which uses a LDAP backend.
I upgraded to Horde 3.2 RC3 and then every login attempts failed with
"empty result" error.
The log file says :
PHP Notice: Undefined property: Auth_ldap::$params in
/usr/share/horde/lib/Horde/Auth/ldap.php on line 593, referer:
http://myservername/horde/login.php
When I replace the ldap.php file with the one from the RC2 version, it
works again like a charm. (I replace only this file : all the others
are from the RC3 release)
It may be due to the fact that I left these 2 fields empty (I only
need to connect anonymously to the ldap server)
$conf[auth][params][binddn]
$conf[auth][params][password]
I'm unfortunatly not expert enough and I also miss time for further
investigations but feel free to ask me for more details or missing
informations.
Thank you.