[rt-users] SOLVED? LDAP_INVALID_CREDENTIALS error with 'ExternalAuth' extension

Mike Peachey mike.peachey at jennic.com
Fri Apr 11 04:19:29 EDT 2008


James Treleaven wrote:
> The username/password pair that I specified in the script are fine,
> however.  

Everybody!! :

"OH NO IT ISN'T!"

> LDAP MESSAGE: LDAP_PP_PASSWORD_EXPIRED

This is the error message being returned by Net::LDAP when attempting to 
bind to your AD server.

As per the Net::LDAP documentation:

LDAP_PP_PASSWORD_EXPIRED
The account's password has expired.

To be fair, the result code is still a 0 which means it *should* succeed 
I think, but can't guarantee it. The result you're really looking for is:

LDAP_SUCCESS
Operation completed without error
-- 
Kind Regards,

__________________________________________________

Mike Peachey, IT
Tel: +44 114 281 2655
Fax: +44 114 281 2951
Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK
Comp Reg No: 3191371 - Registered In England
http://www.jennic.com
__________________________________________________



More information about the rt-users mailing list