gri6507 has asked for the wisdom of the Perl Monks concerning the following question:
I must apologize ahead of time if some monks deem this content inappropriate. I am new to website authentication and am not sure if I have all my facts straight. My server is running Win2k with Apache2.0, which I do not believe comes with mod_perl. I was looking for alternatives to user authentication. My idea was have a .htaccess + .htpasswd files and then have a regular CGI script pass the user credintials to the protected page like this http://$username:$passwd@$server/$restrictedPage. Is this acceptable for mediocre security? Also, once a user is logged in, is there some ENV var set that says who is logged in, so that my CGI script can deal with that user directly?
Thanks for your help.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: non-mod_perl authentication
by Chmrr (Vicar) on Nov 26, 2002 at 15:50 UTC |