From cc79d8f301b78b51a61ed98f010eeb264a8075a9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 25 Feb 2007 22:27:45 +0000 Subject: [PATCH] * Set the password hash to md5 for now - SLiM doesn't support blowfish. Of course, it should really use PAM. svn path=/nixos/trunk/; revision=8046 --- system/etc/default/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/etc/default/passwd b/system/etc/default/passwd index 5804e28c38b..fe83ceb209c 100644 --- a/system/etc/default/passwd +++ b/system/etc/default/passwd @@ -4,7 +4,7 @@ CRYPT=des # for local files, use a more secure hash. We # don't need to be portable here: -CRYPT_FILES=blowfish +CRYPT_FILES=md5 # sometimes we need to specify special options for # a hash (variable is prepended by the name of the