Validating Users With Expired Passwords

2006-01-19 Thread wiltbank
Bear with me... I am a PHP programmer for a college -- I've never had to deal with Perl up until this moment. We now need a web-based utility to handle users with expired passwords; since we use a most mangled form of authentication using a bloody mesh of PAM, Kerberos and Active Directory, my

Re: Validating Users With Expired Passwords

2006-01-19 Thread John Hascall
Bear with me... I am a PHP programmer for a college -- I've never had to deal with Perl up until this moment. We now need a web-based utility to handle users with expired passwords; since we use a most mangled form of authentication using a bloody mesh of PAM, Kerberos and Active

Re: Validating Users With Expired Passwords

2006-01-19 Thread Jeffrey Hutzelman
On Wednesday, January 18, 2006 06:37:44 AM -0800 [EMAIL PROTECTED] wrote: In a nutshell, I need to take a username and an expired password and see if that truely was the users' last pasword. You haven't said what Kerberos server you're using, so I'll assume you're using either the MIT or

Re: Validating Users With Expired Passwords

2006-01-19 Thread Jeffrey Hutzelman
On Thursday, January 19, 2006 03:31:53 PM -0600 John Hascall [EMAIL PROTECTED] wrote: If you present a correct but expired password to Kerberos you will get a 'password expired' error, which is different from the 'password incorrect' error you get if the password is not correct (expired or

Re: Validating Users With Expired Passwords

2006-01-19 Thread John Hascall
On Thursday, January 19, 2006 03:31:53 PM -0600 John Hascall [EMAIL PROTECTED] wrote: If you present a correct but expired password to Kerberos you will get a 'password expired' error, which is different from the 'password incorrect' error you get if the password is not correct

Re: Validating Users With Expired Passwords

2006-01-19 Thread Jeffrey Hutzelman
On Thursday, January 19, 2006 04:35:26 PM -0600 John Hascall [EMAIL PROTECTED] wrote: On Thursday, January 19, 2006 03:31:53 PM -0600 John Hascall [EMAIL PROTECTED] wrote: If you present a correct but expired password to Kerberos you will get a 'password expired' error, which is