Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Bug #1062 Ldap auth
Submitted: 2004-03-24 12:19 UTC
From: matzz at gmx dot de Assigned:
Status: No Feedback Package: Auth
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-03-24 12:19 UTC] matzz at gmx dot de
Description: ------------ LDAP authentifications to a Microsoft Active Directory fails if user password contains german 'umlaut'.

Comments

 [2004-03-28 23:20 UTC] yavo at php dot net
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PEAR. Can you provide an example of this, which char is 'umlaut'
 [2004-03-29 09:23 UTC] matzz at gmx dot de
An Umlaut is for example ä ö ü or ß
 [2004-05-15 14:02 UTC] yavo
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PEAR. I believe this was fixed by the LDAP container author, can someone confirm this
 [2005-03-07 03:54 UTC] dufuz
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.
 [2005-07-11 20:15 UTC] edudiego at gmail dot com
Hi, I'm having the same problem. The auth worked fine in a the old host, but when the site was moved to the current host, the method $a->start() don't returns the form to be filled, but instead it returns: <html><body></body></html> if I dont echo any character before calling it. Otherwise it echoes the caracters. Here is some of the code: $a = new Auth("LDAP", $params, "loginFunction", $auth_opt); echo "bug"; $a->start(); It gives me: bug And if the code is like that: $a = new Auth("LDAP", $params, "loginFunction", $auth_opt); $a->start(); I get: <html><body></body></html> If I turn the debug mode on, I get this: 332: LDAP search function will be: ldap_search But no login form shows up. I'd like to remark that the package worked fine in the old host, I just can't figure out which is the problem now, once the debug mode gives me no help. Thanks, Eduardo
 [2005-07-11 20:17 UTC] edudiego at gmail dot com
Sorry, I posted the bug at the wrong link. :(