* 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:
parent
c76632804c
commit
d1cf5f164e
|
@ -231,6 +231,7 @@ import ../helpers/make-etc.nix {
|
||||||
"chsh"
|
"chsh"
|
||||||
"xlock"
|
"xlock"
|
||||||
"kde"
|
"kde"
|
||||||
|
"cups"
|
||||||
"common"
|
"common"
|
||||||
"common-console" # shared stuff for interactive local sessions
|
"common-console" # shared stuff for interactive local sessions
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
auth include common
|
||||||
|
account include common
|
||||||
|
password include common
|
||||||
|
session include common
|
Loading…
Reference in New Issue