* PAM config for SLiM.

* Go back to using blowfish as the default password hash,
  now that SLiM supports it through PAM.

svn path=/nixos/trunk/; revision=8830
This commit is contained in:
Eelco Dolstra 2007-06-05 11:28:18 +00:00
parent 15e3ec8dec
commit f8ac666090
3 changed files with 6 additions and 1 deletions

View file

@ -141,6 +141,7 @@ import ../helpers/make-etc.nix {
)
[
"login"
"slim"
"su"
"other"
"passwd"

View file

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

4
etc/pam.d/slim Normal file
View file

@ -0,0 +1,4 @@
auth include common
account include common
password include common
session include common