Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
minimum password length
Name: novicet Date: November 23, 2004 at 13:13:17 Pacific OS: Unix CPU/Ram: 256
Comment:
Hi all,
What is the best way to enforce password of minimum of 8 characters?
I could do that with smit, where it does have an option of setting the length, but we have over one hundred user account, I think it is a bit time consuming.
Name: thepubba Date: November 23, 2004 at 16:29:08 Pacific
Reply:
You don't have to do it for each user. Try looking at the /etc/security/user file. You can change the default stanza "minlen" to 8 characters which will enforce the change at the next password change. I can't test it, but I believe the command is:
chsec -f /etc/security/user -s default -a minlen=8
0
Response Number 2
Name: novicet Date: November 24, 2004 at 06:01:16 Pacific
Summary: Could be a permissions problem. Make sure the suid bit is set on the passwd binary. Permissions should be: -r-s--x--x for /usr/bin/passwd You can test it by making a test user account and from the roo...
Summary: Hi, I need to know how I would go about hiding or encripting text in a file stored on unix. We have a file that stores parameters, one of which is the password, and for security purposes we don't want...
Summary: I have a box that i just bought with hp ux on it. When it boots into the GUI it prompts for a password. Is there a default adminstator or guess password to use to logon to HP-UX 10 Also is there a wa...