From c0dc904b90d3f6df0e00ee2a192e52cdfa062179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 6 Mar 2008 14:38:17 +0000 Subject: [PATCH] Add a PAM config file for lshd (doesn't seem to work, though). svn path=/nixos/trunk/; revision=10988 --- etc/default.nix | 1 + etc/pam.d/lshd | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 etc/pam.d/lshd diff --git a/etc/default.nix b/etc/default.nix index f0042f68255..305012020b5 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -226,6 +226,7 @@ import ../helpers/make-etc.nix { "passwd" "shadow" "sshd" + "lshd" "useradd" "chsh" "xlock" diff --git a/etc/pam.d/lshd b/etc/pam.d/lshd new file mode 100644 index 00000000000..50f3cc5ce60 --- /dev/null +++ b/etc/pam.d/lshd @@ -0,0 +1,4 @@ +auth include common +account include common +password include common +session include common