- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password policy for HPUX11.11
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
11-15-2005 04:16 PM
11-15-2005 04:16 PM
I want to set the password policy for each user in HPUX 11i without using TRUST-SYSTEM mode with following settings:
Characters in passwords are broken into 5 categories:
1.Password must be of eight characters
2.Upper-case alphabet
3.Lower-case alphabet
4.Numericals
5.Special Characters ($ % _ - etc)
Regards,
Asif Sharif
Asif Sharif
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 04:31 PM
11-15-2005 04:31 PM
Re: password policy for HPUX11.11
Look at man 4 security.
You will have to put in /etc/default/security file.
man 4 security for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 04:48 PM
11-15-2005 04:48 PM
Re: password policy for HPUX11.11
refer to this:
http://docs.hp.com/en/B2355-60103/security.4.html
or man security.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:19 PM
11-15-2005 05:19 PM
Re: password policy for HPUX11.11
You can think of trusted system as well. That will be more conveneint.
Find attached doc on tcb and see if that is feasible.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:37 PM
11-15-2005 05:37 PM
SolutionTune this settings as,
MIN_PASSWORD_LENGTH=8 PASSWORD_MIN_UPPER_CASE_CHARS= PASSWORD_MIN_LOWER_CASE_CHARS= PASSWORD_MIN_DIGIT_CHARS= PASSWORD_MIN_SPECIAL_CHARS=
Specify your setting in that file and save it.
Refer security man page for details.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:45 PM
11-15-2005 05:45 PM
Re: password policy for HPUX11.11
After configuring this file,
# cat security
PASSWORD_HISTORY_DEPTH=3
MIN_PASSWORD_LENGTH=8
PASSWORD_PASSWORD_LENGTH=9
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=1
#
My problem has been solved.Thanks a lot every one for being help.
Thanks and regards
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:48 PM
11-15-2005 05:48 PM
Re: password policy for HPUX11.11
Regards,
Asif Sharif
Asif Sharif