PDA

View Full Version : Setting password Length in fedora


nasril
23rd July 2007, 08:41
I want to setup password in Fedora with length 6. How?

falko
24th July 2007, 14:32
What exactly is the problem?

You can change user passwords like this:
passwd username

nasril
25th July 2007, 06:32
What exactly is the problem?

You can change user passwords like this:
passwd username

Sorry... I meant password >= 4 character for all new user ..
Fedora cannot allow for user with user with pass < 6 char

ex : username : tony, pass = tony -- fedora /linux does not allow this ..

thx

falko
26th July 2007, 20:08
Have you tried the passwd command?
If this still doesn't work, what's the exact error message? Maybe a look at the passwd manpage helps then: man passwd

nasril
30th July 2007, 03:02
it's work ... thank's falko ..