Re: Force password change on first logon on Debian Box

2002-06-08 Thread Eric G. Miller
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 username Seems the adduser script doesn't have a way to force this as the default behavior?? --

Re: Force password change on first logon on Debian Box

2002-06-08 Thread Vineet Kumar
* [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.

Re: Force password change on first logon on Debian Box

2002-06-08 Thread Michael P. Soulier
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 that

Re: Force password change on first logon on Debian Box

2002-06-08 Thread Dale Hair
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

Force password change on first logon on Debian Box

2002-06-07 Thread daniellf
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]