[Vmail-discuss] migrating MD5 hash used in /etc/shadow to vmail-sql

Paul Warren pdw@xxxxxxxxxxxxx
Fri, 18 May 2001 10:03:01 +0100


On Fri, May 18, 2001 at 08:59:33AM +0100, Paul Warren wrote:
> I intend to implement this in the Perl scripts.  To implement this in
> the C is going to requiring replacing one SELECT with two, because we
> need to some smart processing of the hash, but I don't think that two
> SELECTs is criminal...

Of course, if you're using crypt() style passwords, you'll always need
two selects because you need to get the salt...

Paul