vote up 1 vote down star
1

What is the process that you guys follow for maintaining authentication details like login ids and passwords? There will be definitely some shared passwords. So, the target is to minimize the impact when someone is leaving the company.

The issues that the process should address are: -

  1. Least impact when some is leaving.

  2. Affected areas. Quickly find the resources to which the leaving user was having access to.

  3. Forgetting password. What happens if a user forgets an authentication details? How does he get it? I think he shouldn't ask a team mate. I mean no-verbal communication.

  4. Find dependencies of a resource. Suppose I am changing the password for a mail account, which is getting used by some automated scripts to send mails. Here, the scripts are dependent on the mail account, so changing the password of the mail account means we have to change the password in the script too. So, how do find all the dependencies of a resource?

I'd like a prefer a process which addresses these issues. But you can also recommend products which are open source and not hosted. I have gone through PassPack, but they don't solve #4.

There are similar questions here. But that does not exactly answer my question.


67% accept rate
1  
stackoverflow is for programming questions. Your quest here pertains to system administration concerns and such. You should post this type of questions on serverfault.com (or possibly superuser.com). – mjv Oct 27 at 15:24

migrated to serverfault.com by mjv, Graeme Perrow, Jay Riggs, ire_and_curses, ChssPly76 Oct 27 at 23:05

Browse other questions tagged or ask your own question.