Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there a commonly-used way to password-protect a CGI program other than using a .htaccess file? I have written a Perl program to update a MySQL database. Authorized, non-technical users will be the users. Because maintaining .htaccess files is a bit of a pain (no easy way to change or reset passwords), I'd like to try something different.
I'm hoping that there's a well-support Perl module that I could use in my code to handle this. There are a gazillion encryption modules on CPAN, but I haven't stumbled across something specificly for this type of thing. Any suggestions?
This will run on a Sun Solaris box. The users do not have Unix accounts.
(P.S. On a completely unrelated topic, can anyone tell me why, whenever I click a link on perlmonks.org, I get logged out? I'm using IE 5.5 on a Win98 box, and cookies are enabled.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Password Authentication Module
by cjf (Parson) on Jul 02, 2002 at 21:24 UTC | |
|
Re: Password Authentication Module
by Zaxo (Archbishop) on Jul 02, 2002 at 23:04 UTC | |
|
Re: Password Authentication Module
by jjohn (Beadle) on Jul 03, 2002 at 01:40 UTC | |
|
Re: Password Authentication Module
by tomhukins (Curate) on Jul 02, 2002 at 21:23 UTC |