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??

-- 
Eric G. Miller egm2@jps.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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. This in affect can force a user
   to change their password at their next login. You can also

good times,
Vineet
-- 
Currently seeking opportunities in the SF Bay Area
Please see http://www.doorstop.net/resume.shtml


pgpmawQRwRQ8D.pgp
Description: PGP signature


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 enforces good passwords? ie. won't allow
passwords easily crackable by john the ripper?

Mike

-- 
Michael P. Soulier [EMAIL PROTECTED], GnuPG pub key: 5BC8BE08
...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort.  -Harley Hahn, A Student's Guide to Unix


pgpkGX0XkDSdA.pgp
Description: PGP signature


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 [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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]