- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- password change
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
12-15-2005 12:54 AM
12-15-2005 12:54 AM
My user complains that the password security is set too high. He is trying to change to an eight character password including a number and it keeps telling him that it is a bad password - based on a reverse dictionary word. It is not based on any word in English - forward or reverse.
It is RHEL 4 SELinux enabled.
What can I do to help him without doing major changes.
Thanks, -Elena.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 01:07 AM
12-15-2005 01:07 AM
Re: password change
The crack libraries that support this feature include dictionaries for many languages, including transliterated hebrew.
It is a bad idea to try and bypass this server universally and I don't know how to do it.
What you can do is have the root user set the password for this user. You'll get the warning and can simply ignore it.
Technically you'll know a password you shouldn't but this is better than doing a lot of work.
Why can't the user just pick a different pasword?
:-)
I know,its a user.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 01:14 AM
12-15-2005 01:14 AM
Re: password change
Dear Elena,
Did you check for
/etc/default/passwd
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 01:38 AM
12-15-2005 01:38 AM
SolutionConditional = C*nd1t1*nal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 04:29 AM
12-15-2005 04:29 AM
Re: password change
I suggest you to read README.pam_cracklib (in my FC3 it's under /usr/share/doc/pam-0.77/txts). This doc describes different ways for tuning pam_cracklib behaviour.
Such parameters you may add to /etc/pam.d/system-auth file.
Rgds,
Vitaly