ACL tool for audit of Ubuntu production servers
- by migrator
In my production environment, I have close to 10 Ubuntu 12.04 Servers and I want to get the list of users from them. I am looking for some kind of script or tool (non-gui) to get the same. Yes, I can get the list from /etc/passwd and /etc/groups files but it would be good to have a tool or script to do this due to the following reasons.
I have right now 10 systems in Ubuntu and 30 systems in Windows 2003. I am recommending my organization and IT to move all the systems to Ubuntu except the one running MS SQL server
We do not have good Ubuntu admins with us and they should not mess up with the system if I give some manual commands
I also need to find out date of creation of user, group, password standards like strength, expiry etc
Please help me as I want to automate the process and get the list on weekly basis from IT team.
Thanks in advance.