* 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
This commit is contained in:
Eelco Dolstra 2008-11-07 11:51:17 +00:00
parent c76632804c
commit d1cf5f164e
2 changed files with 5 additions and 0 deletions

View file

@ -231,6 +231,7 @@ import ../helpers/make-etc.nix {
"chsh"
"xlock"
"kde"
"cups"
"common"
"common-console" # shared stuff for interactive local sessions
]

4
etc/pam.d/cups Normal file
View file

@ -0,0 +1,4 @@
auth include common
account include common
password include common
session include common