From d1cf5f164e4e724b42f0957fd87046336918b3ba Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 7 Nov 2008 11:51:17 +0000 Subject: [PATCH] * CUPS needs a PAM configuration file to allow users to authenticate via the web interface (e.g. when adding printers). svn path=/nixos/trunk/; revision=13214 --- etc/default.nix | 1 + etc/pam.d/cups | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 etc/pam.d/cups diff --git a/etc/default.nix b/etc/default.nix index a9ea0336ee0..6b8bc81503d 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -231,6 +231,7 @@ import ../helpers/make-etc.nix { "chsh" "xlock" "kde" + "cups" "common" "common-console" # shared stuff for interactive local sessions ] diff --git a/etc/pam.d/cups b/etc/pam.d/cups new file mode 100644 index 00000000000..50f3cc5ce60 --- /dev/null +++ b/etc/pam.d/cups @@ -0,0 +1,4 @@ +auth include common +account include common +password include common +session include common