passwd vs adduser

2003-08-21 Thread Kris Yates
I modified my system so that passwd now uses blowfish.  However, adduser 
still uses DES.  How can I force adduser to use blowfish?

Please send replies directly as a reply to me, as I do not have time to 
read the list as often as I would like.

Thanks,

Kris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: passwd vs adduser

2003-08-21 Thread support
On Thu, Aug 21, 2003 at 10:35:28AM -0500, Kris Yates wrote:
 I modified my system so that passwd now uses blowfish.  However, adduser 
 still uses DES.  How can I force adduser to use blowfish?
You could try checking /etc/adduser.conf perhaps there's an option in
there to specify the password hashing method.  I have a feeling it doesn't
support other password hashing methods for some reason, but I may be
wrong.

Instead you may want to use the 'pw' utility:

pw adduser

which I believe adheres to the password hashing method you specify for
the system.


-- 
Jez

http://www.munk.nu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]