I have a Linux production server.
There are no simple codes for viewing groups, members, how many groups one member is part of etc etc.
Is there any good and secure application for this?
Thanks
|
|
|
You do of course have the command line tools. Finding out which groups alice is memeber of:
Getting a list of all groups:
Getting a list of all users and which groups they are members of:
Everything is possible :) |
|||
|
|
|
Webmin can completely manage a server, it also does virtual and web hosting servers. Webmin.com. It provides a nice SSL supported web interface too. |
|||
|
|
Not sure if it is available on your system, but you could try |
|||
|
|
|
it depends what distro you use. There is getent which can do things like that. Otherwise with little perl or shell scripting knowledge, that's easily doable. |
|||
|
|