Re: md5/des ?

2003-11-13 Thread Uwe Doering
Oles Hnatkevych wrote: Hello! /usr/bin/passwd does my passwords MD5 encrypted (accordingly to /etc/login.conf) But /usr/sbin/adduser creates users with DES encrypted passwords. How do I make it use MD5 instead of DES? Seems like it's perls crypt() problem, and the DES is the default... In case

md5/des ?

2003-11-12 Thread Oles Hnatkevych
Hello! /usr/bin/passwd does my passwords MD5 encrypted (accordingly to /etc/login.conf) But /usr/sbin/adduser creates users with DES encrypted passwords. How do I make it use MD5 instead of DES? Seems like it's perls crypt() problem, and the DES is the default...

Re: md5/des ?

2003-11-12 Thread Matthew Seaman
On Wed, Nov 12, 2003 at 01:23:35PM +0200, Oles Hnatkevych wrote: /usr/bin/passwd does my passwords MD5 encrypted (accordingly to /etc/login.conf) But /usr/sbin/adduser creates users with DES encrypted passwords. How do I make it use MD5 instead of DES? Seems like it's perls crypt() problem,

Re: md5/des ?

2003-11-12 Thread Shantanoo Mahajan
+++ Oles Hnatkevych [freebsd] [12-11-03 13:23 +0200]: | Hello! | | /usr/bin/passwd does my passwords MD5 encrypted (accordingly to /etc/login.conf) | But /usr/sbin/adduser creates users with DES encrypted passwords. | How do I make it use MD5 instead of DES? Seems like it's perls crypt() |