- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Limit on maximum length of user selected 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
05-24-2005 04:18 PM
05-24-2005 04:18 PM
Is there a parameter that restricts the length of a user selected password without writing some sort of wrapper around passwd?
/usr/lbin/modprdef -m maxpwln=8 only affects system generated passwords and is what Sam calls anyway.
Thanks
Grant Stephens
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 11:13 PM
05-25-2005 11:13 PM
Re: Limit on maximum length of user selected password
you need to set up /etc/default/security with contents like the following:-
MIN_PASSWORD_LENGTH=8
PASSWORD_MIN_UPPER_CASE_CHARS=0
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHAR=1
PASSWORD_HISTORY_DEPTH=10
NUMBER_OF_LOGINS_ALLOWED=3
Then in sam you might want to add to the password policy do the following:-
In SAM go to â Auditing and Securityâ , then â System Security Policiesâ
Select â Password Aging Policiesâ
Set â Password Agingâ to Enabled
Set â Time Between Password Changesâ to X days
Set â Password Expiration Timeâ to XX days
Set â Password Expiration Warning Timeâ to XX days
Set â Password Life Timeâ to XX days
you might want to exclude specific users from the policy:-
In SAM go to â Accounts for Users and Groupsâ , then â Usersâ
Select the user to be excluded.
Open menu item â Actionsâ and select â Modify Security Policiesâ
Select â Password Aging Policiesâ
Set â Password Agingâ to Disabled
Be careful when turn all this on, you may find that existing users password don't meet the new policy and therefore (i can't remember), but they may have trouble getting on to the machine after the change. You also need to bear in mind ftp accounts, because
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 11:52 PM
05-25-2005 11:52 PM
Re: Limit on maximum length of user selected password
you can use this,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=824746
for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 05:32 AM
05-26-2005 05:32 AM
Re: Limit on maximum length of user selected password
Try using modprpw instead of modprdef, modprpw effects a current user and modprdef effects new users modprdef(ault).
Tyler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 07:11 PM
05-29-2005 07:11 PM
Re: Limit on maximum length of user selected password
Regards
Grant Stephens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 07:35 PM