- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Urgent!! Change passwd in Trusted mode (allow only...
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
10-17-2006 11:26 PM
10-17-2006 11:26 PM
Urgent!! Change passwd in Trusted mode (allow only chars)
i need to change the passwd which wil have only CHARS, i dont want to give any number or special chars.
When i am trying to change the root passwd in trusted system,
New password:
Password must contain at least two alphabetic characters and
at least one numeric or special character.
How to change this policy, which file(s) needs to edited to change this policy.
This is very urgent please help!!
many Thanks!!
Govinda.'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 11:41 PM
10-17-2006 11:41 PM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
"man security" may help
Did you see threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=824746
and
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36444
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 11:41 PM
10-17-2006 11:41 PM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
Do a man on security.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 11:47 PM
10-17-2006 11:47 PM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
PASSWORD_MIN_DIGIT_CHARS=0
PASSWORD_MIN_SPECIAL_CHARS=0
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 11:54 PM
10-17-2006 11:54 PM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
# passwd
Changing password for root
Old password:
Last successful password change for root: Wed Oct 18 08:59:08 2006
Last unsuccessful password change for root: Wed Oct 18 12:52:07 2006
New password:
Password must contain at least two alphabetic characters and
at least one numeric or special character.
New password:
You are not allowed to have a null password.
New password:
You are not allowed to have a null password.
Too many failures - try later.
# more security
#MIN_PASSWORD_LENGTH=7
#PASSWORD_HISTORY_DEPTH=10
PASSWORD_MIN_SPECIAL_CHARS=0
PASSWORD_MIN_DIGIT_CHARS=0
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 12:03 AM
10-18-2006 12:03 AM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
from "man security":
" Note: These parameters apply only if the libpam_unix patch PHCO_24606 or later is installed."
Is it installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2006 08:59 PM
10-19-2006 08:59 PM
Re: Urgent!! Change passwd in Trusted mode (allow only chars)
could you please update this thread.
If the problem is resolved, please award points and close stating solution.