- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password format policy question
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-18-2002 05:16 AM
11-18-2002 05:16 AM
I want to assign a user a specific password on a trusted 11i server. Say this password is 'abcdef' and through SAM I try and modify the users password, it complains with:
"password must contain at least two alphabetic characters and at least one numeric or special character".
I thought that if I went into SAM and set "Enable restrictions rules = No" in the password format policies section, I could have this password, but it seems not. Any idea why this is and what does the "Enable restrictions rules" box affect?
Thanks
Stephe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:29 AM
11-18-2002 05:29 AM
Re: Password format policy question
This box makes sam look for some additionnal controls like password must not be pronounceable and must not exist in a dictionnary, but it doen't change the rules to build a password.
Regards.
PS : did you try changing it using the command line (ie "passwd login") ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:38 AM
11-18-2002 05:38 AM
SolutionNew passwords are run through spell to verify that they are not ordinary words that appear in common dictionaries. This reduces vulnerability to password cracking programs.
For a system to comply with trusted security standards, there is no way around the requirement of containing at least two alphabetic characters and at least one numeric or special character.
See man passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:40 AM
11-18-2002 05:40 AM
Re: Password format policy question
Yes I tried from the command linec using 'passwd' which did the same thing.
Thanks for the other info too.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:45 AM
11-18-2002 05:45 AM
Re: Password format policy question
The "at least one number or special character" is the default minimum for a trusted system. So, just make the passwd abcde1.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:50 AM
11-18-2002 05:50 AM
Re: Password format policy question
Thanks for all replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 05:57 AM
11-18-2002 05:57 AM
Re: Password format policy question
Yes, you are correct. If you ask sam to reset the user's passwd, it does create an all-alphabetic string, BUT, this passwd must be changed at first login afterward. You you use the "modify user's password" option, sam is assuming that you are changing it as permanent, until the expiration time, therefore the restriction rules apply.
Hope this clarifies
Chris