Operating System - HP-UX
1833707 Members
2145 Online
110063 Solutions
New Discussion

Apache web can modify user password ?

 
SOLVED
Go to solution
j773303
Super Advisor

Apache web can modify user password ?

Does anyone knows whether or not Apache web server can modify user password? The user was defined HP-UX /etc/passwd . Thanks.
Hero
6 REPLIES 6
Yogeeraj_1
Honored Contributor

Re: Apache web can modify user password ?

hi,

have a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797729

hope this helps!
regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
j773303
Super Advisor

Re: Apache web can modify user password ?

Hi,
My mean is change password in Apache web server? The password is belong to /etc/passwd. Does the Apache web server has such as this function ? Thanks in advanced.
Hero
Peter Godron
Honored Contributor

Re: Apache web can modify user password ?

Hi,
can you please clarify:
If you want to change the encrypted password for a Apache user have a look at the htpasswd in $APACHE_BIN.
This utiltity can be called from the Apache cgi.
What do you mean by "The user was defined HP-UX /etc/passwd"?
Do you want to reset the UNIX password for the user from the webserver?
j773303
Super Advisor

Re: Apache web can modify user password ?

YES ! Is it possible reset the UNIX password for the user from the webserver?

Thanks in advanced.
Hero
j773303
Super Advisor

Re: Apache web can modify user password ?

Does anyone has the experience about write a program which can modify the hp-ux user password to integrate with Apache web server ? User can trigger this program in Apache web server, the program such as CGI or others. Is it possible to do this function ? Thanks in advanced.
Hero
Nguyen Anh Tien
Honored Contributor
Solution

Re: Apache web can modify user password ?

It is possible;
try this:
http://changepassword.sourceforge.net/
I istalled it and ran smoothly.
HP is simple