- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security of password
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
06-18-2008 06:25 AM
06-18-2008 06:25 AM
Security of password
we have HP ux 11.11 running on our server and i would like to enable below mention security on the existing account so how should i do that ?
Password length 8 chars minimum.
Passwords are alpha numeric
Password depth 12 minimum
Automatic timeout after a period of inactivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:32 AM
06-18-2008 06:32 AM
Re: Security of password
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:34 AM
06-18-2008 06:34 AM
Re: Security of password
Is it due to PAM ?
if yes, then what is the alternate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:40 AM
06-18-2008 06:40 AM
Re: Security of password
http://www.docs.hp.com/en/B2355-90909/B2355-90909.pdf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 11:47 PM
06-18-2008 11:47 PM
Re: Security of password
Becasue i have checked the account through SAM and it is using some basic password security.
So with out security file how those setting sare being operated now.
In addition would you please let me know after creating a /etc/default/security file do i need to carried out any further steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 03:13 AM
06-19-2008 03:13 AM
Re: Security of password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 04:25 PM
06-19-2008 04:25 PM
Re: Security of password
man security
Then add the lines you want into this file. The second location is SAM where the global security settings are under the SAM section for all new users. And the third location is also in SAM where you can alter the policy settings for individual users.
Now, once you change the password policy, it has no effect on the current passwords. The new rules apply only when the user changes their password. But you can force a user to change their password the next time they login using modprpw (man modprpw).
Finally, NONE of your requirements can be specified unless you have your system Trusted. The keywords in the security file are silently ignored in non-Trusted systems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 08:51 AM
06-23-2008 08:51 AM
Re: Security of password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 03:50 AM
06-24-2008 03:50 AM
Re: Security of password
You can do the above on trusted system.
Automatic timeout you need to do following:
Edit /etc/profile
#vi /etc/profile
export TMOUT=600 #Telnet session timeout 10 minutes i.e. 60x10=600
Check the Timeout:
#echo $TMOUT
Please assing point who are reply your question.
Thanks
Khairul
Bangladesh