guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: Fix gdm-autologin pam service.


From: guix-commits
Subject: branch master updated: services: Fix gdm-autologin pam service.
Date: Wed, 07 Oct 2020 15:08:43 -0400

This is an automated email from the git hooks/post-receive script.

ajgrf pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d825817  services: Fix gdm-autologin pam service.
d825817 is described below

commit d8258177fe5d329836ac42eaf736f3f2e543ea53
Author: Alex Griffin <a@ajgrf.com>
AuthorDate: Sun Jun 14 17:58:47 2020 -0500

    services: Fix gdm-autologin pam service.
    
    * gnu/services/xorg.scm (gdm-pam-service): Mark pam_gdm.so optional.
---
 gnu/services/xorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index ca39994..4590709 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2020 shtwzrd <shtwzrd@protonmail.com>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
+;;; Copyright © 2020 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -925,7 +926,7 @@ the GNOME desktop environment.")
     (inherit (unix-pam-service "gdm-autologin"
                                #:login-uid? #t))
     (auth (list (pam-entry
-                 (control "[success=ok default=1]")
+                 (control "optional")
                  (module (file-append (gdm-configuration-gdm config)
                                       "/lib/security/pam_gdm.so")))
                 (pam-entry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]