[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

How auth the md5 password using pam



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

 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]