* 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:
parent
ef6b45d924
commit
cc79d8f301
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue