Hi 

I'm currently messing with an eval copy of 2.16.3 with perl-ldap .22

I'm getting Bad Password errors using radpwtst

It looks to me like the authldap2 module isn't dereferencing the userpassword
attribute.
I can see in the logfile that it gets something like:
LDAP got userPassword: ARRAY(0x7636d82)

The get function should look something like this to deref and get the real password
value:
$entry->get('userPassword')->[0];
instead of just:
$entry->get('userPassword');

Am I right, or is the problem something else?


Thanks
Mike




===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to