- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password restriction rules wont turn off
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
01-28-2003 03:30 PM
01-28-2003 03:30 PM
In sam
Auditing and security
System Security Policies
password format policies
Use Restriction Rules (is unchecked)
In sam
Accounts for Users and Groups
Users
Highlighted desired user
actions
Modify users security policies
Password Format Policies
Enable Restriction Rules is set to NO
Yet when I try to change the users password
I get the following message:
Password must contain at least two alphabetic characters and
at least one numeric or special character.
I need the users password to be all characters.
Will I don't but the programmer wants it that way.
Not sure what Iam missing here, Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:42 PM
01-28-2003 03:42 PM
Re: password restriction rules wont turn off
I believe it may be a patch issue. Look at the patch description of PHCO_26089. Install it and see if it helps. Basically it provides more options for /etc/default/security file in terms of password requirements.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:43 PM
01-28-2003 03:43 PM
Re: password restriction rules wont turn off
But for a trusted server all alphabetic password is not allowed.
see man passwd
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:46 PM
01-28-2003 03:46 PM
SolutionThis is the way trusted system works. You need to have a alphanumeric password.
BUT THIS CAN BE OVERRULLED BY
using /sbin/passwd to change the password instead of /usr/bin/passwd
Try using /sbin/passwd you can keep only alphabets as password. It works
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:47 PM
01-28-2003 03:47 PM
Re: password restriction rules wont turn off
Use:
# passwd
...as the root user to set/choose any password you want. Otherwise, as documented in the man pages for 'passwd(1)' "...A password must contain at least two letters and at least one numeric or special character."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 04:03 PM
01-28-2003 04:03 PM
Re: password restriction rules wont turn off
But you know you can have passwords as only characters only if you use /sbin/passwd instead of /usr/bin/passwd which is invoked by default when you use passwd
You can even have password of 2 characters with /sbin/passwd where as you can not with /usr/bin/passwd.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 07:13 AM
01-29-2003 07:13 AM