Add a PAM config file for lshd (doesn't seem to work, though).

svn path=/nixos/trunk/; revision=10988
This commit is contained in:
Ludovic Courtès 2008-03-06 14:38:17 +00:00
parent f2b3ff2fce
commit c0dc904b90
2 changed files with 5 additions and 0 deletions

View file

@ -226,6 +226,7 @@ import ../helpers/make-etc.nix {
"passwd"
"shadow"
"sshd"
"lshd"
"useradd"
"chsh"
"xlock"

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

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