Mailinglist Archive: opensuse (2778 mails)

< Previous Next >
Re: [opensuse] Password Requirements
  • From: Anders Johansson <ajh@xxxxxxxxxx>
  • Date: Tue, 20 May 2008 21:54:07 +0200
  • Message-id: <200805202154.07771.ajh@xxxxxxxxxx>
On Tuesday 20 May 2008 15:01:13 Jeremy Leonard wrote:
I need to require users to use 2 caps, 2 lowercase, 2 special, and 2
numbers.
I also need to keep a history of their last 10 passwords.

There doesn't seem to be a way to do this with YAST.

I've tried adding pam_cracklib to the common-password file but now it
immediately says the password has been used before.

I'm guessing you have "remember=" set in /etc/security/pam_pwcheck.conf

pam_cracklib.so will always check for old passwords. If you also have it set
in pam_pwcheck, pam_cracklib will always flag a password as old, since the
two modules both use opasswd as storage for old passwords

So try removing remember= from pam_pwcheck.conf

Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References