forked from mirrors/nixpkgs
* 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:
parent
15e3ec8dec
commit
f8ac666090
|
@ -141,6 +141,7 @@ import ../helpers/make-etc.nix {
|
|||
)
|
||||
[
|
||||
"login"
|
||||
"slim"
|
||||
"su"
|
||||
"other"
|
||||
"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=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
4
etc/pam.d/slim
Normal file
|
@ -0,0 +1,4 @@
|
|||
auth include common
|
||||
account include common
|
||||
password include common
|
||||
session include common
|
Loading…
Reference in a new issue