Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Our IT dept handles the creation and distribution of passwords to internal users. Most users need access to multiple services (FTP etc) on multiple servers, and every user needs access to a different set of machines. Right now there are a few hundred login-to-user pairs. This is an ASP, so many of these logins involve access to production-level machines for deployment, verification, etc.
My initial idea involves a page on the company intranet that displays the list of logins available to each person (authenticated by their NT account). IT admins would be able to manage access from this page as well. The actual passwords would be encrypted and stored in a database.
My question is: Is it enough to use SSL, NT authentication, and encrypted data, or am I missing something here? Has anyone else faced this problem and how did you solve it?
Also, what CPAN modules would you recommend for the encryption? I'm running ActiveState (5.6.1) with Apache on NT, though we may be switching to IIS.
Thanks in advance for your help,
A Monk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Managing Passwords (OT)
by John M. Dlugosz (Monsignor) on Feb 18, 2003 at 22:42 UTC | |
|
Re: Managing Passwords (OT)
by Abigail-II (Bishop) on Feb 19, 2003 at 00:00 UTC | |
by Anonymous Monk on Feb 19, 2003 at 01:20 UTC |