LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Want to script a way to sync htpasswd with passwd and shadow (https://www.linuxquestions.org/questions/linux-server-73/want-to-script-a-way-to-sync-htpasswd-with-passwd-and-shadow-602991/)

happyjack 11-28-2007 09:11 AM

Want to script a way to sync htpasswd with passwd and shadow
 
Hey all,
I was wondering if there was any information on syncing passwd and shadow passwords with htpasswd. I would like to create a script to do this so I dont have to change passwords in so many places.

Thaks,
HJ

forrestt 11-28-2007 10:40 AM

You really don't want your system passwords to be available over an http connection, so I would only suggest you do this if you are only serving pages to localhost. The login process puts delays into each unsuccessful password attempt making brute force attacks on your passwords prohibitively long. HTTP authentication doesn't have the same safeguards.


All times are GMT -5. The time now is 01:57 AM.