- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- control the 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
10-12-2003 06:16 PM
10-12-2003 06:16 PM
control the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 06:46 PM
10-12-2003 06:46 PM
Re: control the password
- Uninstall cracklib.
- Solve your points assignment issue...
Tks
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 07:08 PM
10-12-2003 07:08 PM
Re: control the password
could you advise how to "Uninstall cracklib" ? is there other more simple method ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 07:08 PM
10-12-2003 07:08 PM
Re: control the password
This is a good thing.
Anyone thats telling you to remove this functionality is telling you to make your systems insecure.
If you run crack against a password file not protected this way, it will guess passwords. I ran crack against a HP-UX non-trusted system and it guessed a dozen passwords out of 160 users.
In other words, not good.
You can the rpm command to uninstall the cracklib.
rpm -q cracklib
gets you the version number. Then you can use rpm to uninstall.
I totally agree with Jerome's comments. You are a heavy user here. Please show a wee bit more respect to the community that answers your questions.
It beats paying for help right?
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
10-12-2003 07:27 PM
10-12-2003 07:27 PM
Re: control the password
what is the impact to uninstall cracklib
? it will only disable to control the password or more ? if not , is there other method to fix the problem ? Thx.
sorry , i know i need to assign pts , I will do it within two days .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 07:34 PM
10-12-2003 07:34 PM
Re: control the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 08:33 PM
10-12-2003 08:33 PM
Re: control the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 09:49 PM
10-12-2003 09:49 PM
Re: control the password
By default, the system protects from weak password, from the line Vitaly quotes, if you use pam, and using cracklib as a weak password database.
If you want to stop this feature, you can unactivate this check from pam module, or uninstall database (so no weak password anymore).
The only thing you can do from webmin is, under pam authentification, uncheck login, such no requiring pam for login, which is definetely a bad idea.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 11:18 PM
10-12-2003 11:18 PM
Re: control the password
You seem to have lot of problem with password lately, but dont turn to such drastic methode
I will join the crowed and advice again it !
keep the history file active.
Dont let your user/management impose this, explain/defend to them that this is against everyone interest.
If the task of keeping up is hard and you need more information on password management, take the time to read the following link I have found this read to be time well spend.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/security-guide/s1-wstation-pass.html
Keep at it !
J-P
"Jolie couvre chef sir Jerome Henry" (french --> means something like "nice hat on your head mylord Jerome Henry).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 02:22 AM
10-13-2003 02:22 AM
Re: control the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:43 PM
10-14-2003 11:43 PM
Re: control the password
still a problem?
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:24 AM
10-15-2003 12:24 AM
Re: control the password
considering all ur past posts regarding passwd and chage i think u want password aging enabled for ur users. i also remember u saying that u have nearly 200 users.
whenever a user tries to change his/her password the /etc/passwd file is locked and the lock is only released after the changes are saved. i dont think u can disable this feature or if there a workaround for it.
try enabling aging for a batch of users each day so that all users dont try to do it simultaneously.
or else dont enable password aging for the same number of days for all users.
HTH
aparna
P.S. would like to know how/whenever u solve this issue.