Nov 18, 2010 #1 tharug IS-IT--Management Nov 18, 2010 1 LK I have Minlen=0 in the /etc/security/user file..does that mean that users can login without a password???? Is there a way to ensure that users do have passwords?
I have Minlen=0 in the /etc/security/user file..does that mean that users can login without a password???? Is there a way to ensure that users do have passwords?
Nov 18, 2010 #2 unixfreak ISP Oct 4, 2003 632 GB Change the minlen setting? ----- Cheers, Henrik Morsing http://www.aixperts.co.uk/http://www.seaholme.co.uk/Join us on irc://chat.freenode.net channel ##aix Upvote 0 Downvote
Change the minlen setting? ----- Cheers, Henrik Morsing http://www.aixperts.co.uk/http://www.seaholme.co.uk/Join us on irc://chat.freenode.net channel ##aix
Nov 28, 2010 #3 BAixer IS-IT--Management Nov 21, 2010 12 CA Even though minlen=0 still user needs at least 1 character in passwd field to login. Change default minlen setting in /etc/security/user or add something like this under every user. test: admin = false pwdwarntime = 7 histsize = 3 maxage = 1 minlen = 6 minalpha = 1 minother = 1 maxrepeats = 2 mindiff = 2 Upvote 0 Downvote
Even though minlen=0 still user needs at least 1 character in passwd field to login. Change default minlen setting in /etc/security/user or add something like this under every user. test: admin = false pwdwarntime = 7 histsize = 3 maxage = 1 minlen = 6 minalpha = 1 minother = 1 maxrepeats = 2 mindiff = 2