[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: cups: Use cups-minimal to avoid PAM aut
From: |
guix-commits |
Subject: |
branch master updated: services: cups: Use cups-minimal to avoid PAM authentication. |
Date: |
Wed, 03 May 2023 08:44:53 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6bc3e3f9ba services: cups: Use cups-minimal to avoid PAM
authentication.
6bc3e3f9ba is described below
commit 6bc3e3f9baa52beb318dde77d1773ae83aa8683e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 3 08:20:31 2023 -0400
services: cups: Use cups-minimal to avoid PAM authentication.
Fixes <https://issues.guix.gnu.org/63198>.
Our CUPS service doesn't currently extend the PAM configuration, and
prevents
users from authenticating. Use cups-minimal, which has no PAM support.
* gnu/services/cups.scm (cups-configuration) [cups]: Use cups-minimal.
(opaque-cups-configuration): Likewise.
---
gnu/services/cups.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 8543c51b0d..c6099d77e7 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -500,7 +500,7 @@ programs.")
(define-configuration cups-configuration
(cups
- (file-like cups)
+ (file-like cups-minimal)
"The CUPS package.")
(extensions
(package-list (list brlaser cups-filters epson-inkjet-printer-escpr
@@ -841,7 +841,7 @@ IPP specifications.")
(define-configuration opaque-cups-configuration
(cups
- (package cups)
+ (package cups-minimal)
"The CUPS package.")
(extensions
(package-list '())
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: cups: Use cups-minimal to avoid PAM authentication.,
guix-commits <=