PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #1062

Ldap auth

Details

Submitted2004-03-24 12:19 UTC
Frommatzz at gmx dot de
StatusNo Feedback
PackageAuth
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[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'.

[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 ß

[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. :(