I.T. auditor needs help with UNIX password settings


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I.T. auditor needs help with UNIX password settings
# 1  
Old 08-28-2007
I.T. auditor needs help with UNIX password settings

Hi, I'm an I.T. auditor and have to validate the password rules/settings (complexity rules, minimum password length, special characters, etc.)within UNIX for a client. In MS AD, i simply ask for a screen shot of the password settings. How can i do this in UNIX? help much appreciated. Also, how can i test to see how has super user/root priviledges in UNIX?

thanks,

sas 70 auditor.
# 2  
Old 08-28-2007
Ask for the output of 'logins -o -x'. The last five fields will give you the information you are looking for.

fifth field from end: password status of account (locked/passworded/non passworded)
fourth field from end: date of last passwd change (if passworded account)
third field from end: max days before which password must be changed (usually 30 or 60)
second field from end: min days before password can be changed again (usually 1 or 7)
last field: days before password expiry that the user will receive warnings
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Basics about shell and editors and default settings

Hi all, I have 3-4 years of experience working on unix environment. I am not a beginner, but unix is not my primary skill set. I am very good at awk programming and doing many of my tasks very well, really very weak on basics. I moved to a new job recently and the settings there are driving me... (5 Replies)
Discussion started by: ysvsr1
5 Replies

2. AIX

default settings of security password in AIX

Hi Guy's Just I want to know the default settings of security password in AIX there is some changes happened in my machine when I try to change my password I'm getting this message Changing password for "root" root's New password: a minimum of 1 elapsed week between changes.... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

3. AIX

global password settings

Hello, we are making password setting changes effective for all users on an AIX 5.2 system. Specifically requiring users to use at least one special character in their password. Is there a way to make this change effective for all users in one place, ie the /etc/security/users file? I made the... (4 Replies)
Discussion started by: zuessh
4 Replies

4. UNIX for Advanced & Expert Users

Password settings

Good afternoon/afternoon/evening, I have a solaris 8 machine that if I lock the machine and return I can just press enter and it will log back in, this happens with all users on just this machine. Is there a config file or command to put the password in place? regards will (4 Replies)
Discussion started by: Mr Pink
4 Replies

5. UNIX for Dummies Questions & Answers

How to find Unix Sco 5.0.6 IP settings

Hey guys: can anyone give me some advice on how to find Unix IP settings including: Ip Address: Subnet Mask: Default Gateway: DNS Servers: The DNS servers are what I really need at this time. Thanks for anyone that can help. (2 Replies)
Discussion started by: jeffreydavisjr
2 Replies

6. UNIX Desktop Questions & Answers

list the password settings for all the users

Hi!! How can I list the password settings for all the users?? Best regards (3 Replies)
Discussion started by: irasela
3 Replies

7. UNIX for Dummies Questions & Answers

Password Settings

Is there an easy way to spit out a screen with all the password setting parameters set out? For example: MINWEEKS=1 MAXWEEKS=8 etc. I'm looking for a way to have all the settings consolidated on a report for inclusion in policy documents. (4 Replies)
Discussion started by: Hoju
4 Replies
Login or Register to Ask a Question