https://bugzilla.novell.com/show_bug.cgi?id=442552 User mc@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442552#c8 Michael Calmer <mc@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mc@novell.com Status|NEEDINFO |NEW Info Provider|mc@novell.com | --- Comment #8 from Michael Calmer <mc@novell.com> 2008-11-07 07:57:12 MST --- (In reply to comment #5 from Jiří Suchomel)
Huh, there are several errors.
1. pam-config:
gorgon:~ # pam-config -a --pwcheck-remember=1 gorgon:~ # pam-config -q --pwcheck password: nullok cracklib remember=1 gorgon:~ # pam-config -d --pwcheck-remember= ^ Please do not put the "=" sign at the end if you want to remove an option.
It looks like it work for minlen (with the "=") I will have a look why. But a quick fix would be to remove the "=" if you call "pam-config -d". pam-config -a --pwcheck-minlen=6 works for me. linux:~ # pam-config -q --pwcheck password: nullok cracklib linux:~ # pam-config -a --pwcheck-minlen=6 linux:~ # pam-config -q --pwcheck password: nullok cracklib minlen=6 linux:~ # pam-config -d --pwcheck-minlen linux:~ # pam-config -q --pwcheck password: nullok cracklib -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.