How auth the md5 password using pam

Chu Qiu qiu.chu at hotmail.com
Tue Nov 20 08:02:01 UTC 2007


I have developed a PHP application using  PAM auth , and whose config file
in the /etc/pam.d is :

 

#%PAM-1.0

auth       required     pam_stack.so service=system-auth

auth       required     pam_nologin.so

account    required     pam_stack.so service=system-auth

 

I will send the username and password to a CGI program written by C language
modules and PAM APIs.

 

Now I want to encrypt the password with md5, and send username and the MD5
encrypted password to CGI .

 

But I don't know how to modify my PAM config file to make it support auth
the MD5 password.

 

Please do me a favor!

 

Thank you very much!

 

Chu Qiu

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pam-list/attachments/20071120/14366a8a/attachment.htm>


More information about the Pam-list mailing list