> Is there a PAM module that enforces good passwords? ie. won't allow
> passwords easily crackable by john the ripper?
>
> Mike
Install cracklib2 and uncomment this line in /etc/pam.d/passwd
password required pam_cracklib.so retry=3 minlen=6 difok=3
--
To UNSUBSCRIBE, email to
On 07/06/02 Vineet Kumar did speaketh:
> Taken from passwd(1):
>
>If you wish to immediately expire an accounts password,
>you can use the -e option. This in affect can force a user
>to change their password at their next login. You can also
Is there a PAM module t
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [020607 20:40]:
> I need to force the users to change their password on first
> logon. How can I do this on a Debian Box?
Taken from passwd(1):
If you wish to immediately expire an accounts password,
you can use the -e option. T
On Sat, Jun 08, 2002 at 12:40:10AM -0300, [EMAIL PROTECTED] wrote:
> I need to force the users to change their password on first
> logon. How can I do this on a Debian Box?
$ passwd -e
Seems the adduser script doesn't have a way to force this as the
default behavior??
--
Eric G. Mi
I need to force the users to change their password on first
logon. How can I do this on a Debian Box?
Regards,
Daniel Fernandes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo