Add a PAM config file for lshd (doesn't seem to work, though).
svn path=/nixos/trunk/; revision=10988
This commit is contained in:
parent
f2b3ff2fce
commit
c0dc904b90
@ -226,6 +226,7 @@ import ../helpers/make-etc.nix {
|
|||||||
"passwd"
|
"passwd"
|
||||||
"shadow"
|
"shadow"
|
||||||
"sshd"
|
"sshd"
|
||||||
|
"lshd"
|
||||||
"useradd"
|
"useradd"
|
||||||
"chsh"
|
"chsh"
|
||||||
"xlock"
|
"xlock"
|
||||||
|
4
etc/pam.d/lshd
Normal file
4
etc/pam.d/lshd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
auth include common
|
||||||
|
account include common
|
||||||
|
password include common
|
||||||
|
session include common
|
Loading…
x
Reference in New Issue
Block a user