From 72bb6b30b32a42702096cfbf74b64b89c2fec78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 28 Feb 2009 20:01:56 +0000 Subject: [PATCH] Adding the ftp pam service, for vsftpd. svn path=/nixos/trunk/; revision=14287 --- etc/default.nix | 1 + etc/pam.d/ftp | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 etc/pam.d/ftp diff --git a/etc/default.nix b/etc/default.nix index e2fc88744ce5..7c4d4af8c2c0 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -251,6 +251,7 @@ import ../helpers/make-etc.nix { "xlock" "kde" "cups" + "ftp" "common" "common-console" # shared stuff for interactive local sessions ] diff --git a/etc/pam.d/ftp b/etc/pam.d/ftp new file mode 100644 index 000000000000..50f3cc5ce607 --- /dev/null +++ b/etc/pam.d/ftp @@ -0,0 +1,4 @@ +auth include common +account include common +password include common +session include common