1827424 Members
4265 Online
109965 Solutions
New Discussion

password change

 
SOLVED
Go to solution
Elena Leontieva
Esteemed Contributor

password change

Hi,

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.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: password change

Shalom Elena,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sivakumar TS
Honored Contributor

Re: password change


Dear Elena,


Did you check for

/etc/default/passwd


With Regards,

Siva.
Nothing is Impossible !
Ivan Ferreira
Honored Contributor
Solution

Re: password change

Instruct the user to replace common used characters, like vowels by symbols, for example the o by *, the I by 1, etc. Then choose the password, like:

Conditional = C*nd1t1*nal



Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Vitaly Karasik_1
Honored Contributor

Re: password change

Elena,
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