1826499 Members
1753 Online
109692 Solutions
New Discussion

Passwords

 
SOLVED
Go to solution
Danny Crisp
Frequent Advisor

Passwords

How can I prevent users from using previous passwords without having to convert to a trusted system.
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: Passwords

Shalom,

set a default password depth in this file:

"/etc/default/security"

PASSWORD_HISTORY_DEPTH=7
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1


This example stores 7 back passwords and prevents re-use.

The other options should be self evident.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jaime Bolanos Rojas.
Honored Contributor

Re: Passwords

Danny, you will necessarily have to convert to a trusted system to be able to have more control over passwords.

Please check this forum, you will find all the information you are looking for there.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=638058

Best Regards,

Jaime.
Work hard when the need comes out.
Danny Crisp
Frequent Advisor

Re: Passwords

Can I use NIS with a trusted system or must I use NIS+?
Patrick Wallek
Honored Contributor

Re: Passwords

NO. NIS will not work with trusted systems. Only NIS+. LDAP may be an option for you as well.
IT Response
Esteemed Contributor

Re: Passwords

Just NIS+ is supported in a trusted system.

Regards,

Jaime.