1820324 Members
2726 Online
109623 Solutions
New Discussion юеВ

/etc/default/security

 
joe_91
Super Advisor

/etc/default/security

Good Morning !!!

1. Can this file be created and used on HP-UX 11.0?

These are the options i want to use..

PASSWORD_HISTORY_DEPTH=4
MIN_PASSWORD_LENGTH=6
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=2

Also for passwd aging

passwd -x 84

Please clarify

Thanks

Joe
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: /etc/default/security

I believe there was a patch that implemented the /etc/default/security functionality on 11.0. Try doing a man on security. If you get the man page, then you have the patch and the functionality. If not, search the patch database.


Pete

Pete
Robert-Jan Goossens
Honored Contributor

Re: /etc/default/security

Hi Joe,

Check this doc.

Title: How to increase the password restrictions 11.X
Document ID: KBRC00011604

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079989133

US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079989133

Regards,
Robert-Jan
Pete Randall
Outstanding Contributor

Re: /etc/default/security

Joe,

I believe the required patches were:

PHCO_27721 and either PHCO_26089 or PHCO_34806


Pete

I've been trying to post this for over two hours now!!

Pete
Sp4admin
Trusted Contributor

Re: /etc/default/security

Hi Joe,

this is a copy of /etc/default/security.

PASSWORD_MIN_UPPER_CASE_CHARS=2
PASSWORD_MIN_LOWER_CASE_CHARS=2
PASSWORD_MIN_DIGIT_CHARS=2
PASSWORD_MIN_SPECIAL_CHARS=2
PASSWORD_HISTORY_DEPTH=10
MIN_PASSWORD_LENGTH=9
PASSWORD_DAYS=60


Hope this helps,
skip
inventsekar_1
Respected Contributor

Re: /etc/default/security


HP-UX Standard Mode Security Extensions Release Notes:
http://docs.hp.com/en/5991-0791/ch01s02.html

HP-UX Standard Mode Security Extensions:
http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=StdModSecExt

man 4 security
http://docs.hp.com/en/B2355-60105/security.4.html
Be Tomorrow, Today.