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