01-23-04 09:50 PM
Limo <geekboy@rcn.com> wrote in message news:<bma76l$bt9$1@bob.news.rcn.net>...quote:
> I'm embarking on a project, aimed at managing our user accounts. I'm hopin
g
> to get some suggestions from you folks. I really want to avoid having to
> find and clean up stale/unused accounts periodically.
>
> In a three-tiered environment, with ~75 servers, we want to manage who get
s
> an account, where, for what reason, at what interval do we check to see if
> the account is still neccessary, etc. One thought that I had was to
> classify users by function; developer, DBA, team lead/mgr, app admin.
>
> What about NIS+ ? I don't know a whole lot about it, admittedly.
>
> What are you doing to keep a pulse on your accounts?
You should look into LDAP. It is the current state-of-the-art for
managing users. It is more flexible than NIS+. LDAP can be used with
multiple types of operating systems, and can also be used to manage
user accounts for your applications. There are also Java classes that
allow you to access LDAP user information from a Java program.
[ Post a follow-up to this message ]
|