- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting max days to 9999 on root.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2009 05:52 PM
09-30-2009 05:52 PM
Setting max days to 9999 on root.
Any ideas how to change this? I'd like to get it to 9999, this would keep it in line with the other OS's which are supported.
The other option is to disable password aging for root.
Appreciate your suggestions
Cheers
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 01:36 AM
10-02-2009 01:36 AM
Re: Setting max days to 9999 on root.
# /usr/lbin/getprdef -r
Do you have the shadow password product installed?
# swlist -l product ShadowPW
Look for the /etc/default/security file!
# grep -v ^# /etc/default/security | grep -v ^$
ABORT_LOGIN_ON_MISSING_HOMEDIR=1
MIN_PASSWORD_LENGTH=8
PASSWORD_HISTORY_DEPTH=8
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MAXDAYS=91
PASSWORD_MINDAYS=1
PASSWORD_WARNDAYS=7
SU_ROOT_GROUP=sysadm
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 01:44 AM
10-02-2009 01:44 AM
Re: Setting max days to 9999 on root.
Forgot to add that this is a HP-UX 11.31 system.
It does seem that HP-UX can only go up to 441.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2009 03:10 AM
10-03-2009 03:10 AM
Re: Setting max days to 9999 on root.
Alas I cound't find any reference to what is the max value for the '-x' parameter of the passwd command. And I don't have an opportunity to check '-1' on 11iv3. :(
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2009 05:18 AM
10-03-2009 05:18 AM
Re: Setting max days to 9999 on root.
As far as I know the enhancements of password security in HP UX, ss an alternative, many enhancements to Shadow passwords were added.
since your OS is 11iv3 you do not already have a chance to use Trusted Mode anymore or in near future.
so you have to focus on Shadow password tool and its enhancements, from http://software.hp.com you can get it and check it docs about max. password days supports your requirements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2009 02:51 PM
10-12-2009 02:51 PM