* 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
This commit is contained in:
Eelco Dolstra 2007-02-25 22:27:45 +00:00
parent ef6b45d924
commit cc79d8f301
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CRYPT=des
# for local files, use a more secure hash. We # for local files, use a more secure hash. We
# don't need to be portable here: # don't need to be portable here:
CRYPT_FILES=blowfish CRYPT_FILES=md5
# sometimes we need to specify special options for # sometimes we need to specify special options for
# a hash (variable is prepended by the name of the # a hash (variable is prepended by the name of the