1828679 Members
2376 Online
109984 Solutions
New Discussion

Account setting

 
SOLVED
Go to solution
Kevin_peng
Advisor

Account setting

How to setup "No accounts are allowed to have a null password."
4 REPLIES 4
Vitaly Karasik_1
Honored Contributor

Re: Account setting

check /usr/share/doc/pam-0.XX/txts/pam.txt
(in RHEL 4 there is pam-0.77).
I guess, you should add "nullok" option in appropriate pam configuration.
Kevin_peng
Advisor

Re: Account setting

I check my ES4.0,but I can't find how to config .
Tom Robinson_1
Advisor
Solution

Re: Account setting

nullok can be configured in the /etc/pam.d directories. Usually on RHEL systems the file to change is system-auth but beware that this file is generated by the system-config-authentication utility and may be overwritten if someone subsequently runs it.

By default on RHEL systems, null password accounts are locked so I'm not sure why you want to change the pam settings.
Jaime Bolanos Rojas.
Honored Contributor

Re: Account setting

Kevin,

Take a look at this doc, it should help you out, just do a search for null passwords,

http://www.faqs.org/docs/Linux-HOWTO/User-Authentication-HOWTO.html#AEN281

Regards,

Jaime.
Work hard when the need comes out.