GNU bug report logs - #41863
[PATCH] services: Fix gdm-autologin pam service.

Previous Next

Package: guix-patches;

Reported by: Alex Griffin <a <at> ajgrf.com>

Date: Sun, 14 Jun 2020 23:26:01 UTC

Severity: normal

Tags: patch

Done: Alex Griffin <a <at> ajgrf.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41863 in the body.
You can then email your comments to 41863 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41863; Package guix-patches. (Sun, 14 Jun 2020 23:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Griffin <a <at> ajgrf.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 Jun 2020 23:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Griffin <a <at> ajgrf.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Cc: "35674 <at> debbugs.gnu.org" <35674 <at> debbugs.gnu.org>,
 "40411 <at> debbugs.gnu.org" <40411 <at> debbugs.gnu.org>
Subject: [PATCH] services: Fix gdm-autologin pam service.
Date: Sun, 14 Jun 2020 23:24:56 +0000
[Message part 1 (text/plain, inline)]
This patch fixes GDM's auto-login feature.

See the discussions in #35674 and #40411. It works for me, but I don't want to just commit it because I don't really understand PAM. (Then again, who does?)

--
Alex Griffin
[0001-services-Fix-gdm-autologin-pam-service.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#41863; Package guix-patches. (Fri, 02 Oct 2020 17:55:03 GMT) Full text and rfc822 format available.

Message #8 received at 41863 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Alex Griffin <a <at> ajgrf.com>, 41863 <at> debbugs.gnu.org
Cc: "35674 <at> debbugs.gnu.org" <35674 <at> debbugs.gnu.org>,
 "40411 <at> debbugs.gnu.org" <40411 <at> debbugs.gnu.org>
Subject: Re: [bug#41863] [PATCH] services: Fix gdm-autologin pam service.
Date: Fri, 02 Oct 2020 19:54:28 +0200
[Message part 1 (text/plain, inline)]
Alex Griffin via Guix-patches via <guix-patches <at> gnu.org> writes:

> This patch fixes GDM's auto-login feature.
>
> See the discussions in #35674 and #40411. It works for me, but I don't want to just commit it because I don't really understand PAM. (Then again, who does?)

[...]

> @@ -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")

This is one of the alternatives Timothy proposed in #35674 back in May
last year(!).  As long as GDM still rejects wrong or blank passwords, I
think it is good to go.

It would be good to get it in 1.2.0.  :-)
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41863; Package guix-patches. (Wed, 07 Oct 2020 19:13:01 GMT) Full text and rfc822 format available.

Message #11 received at 41863 <at> debbugs.gnu.org (full text, mbox):

From: Alex Griffin <a <at> ajgrf.com>
To: "41863 <at> debbugs.gnu.org" <41863 <at> debbugs.gnu.org>
Subject: Re: [bug#41863] [PATCH] services: Fix gdm-autologin pam service.
Date: Wed, 07 Oct 2020 19:12:14 +0000
Fixed in commit d8258177fe.

--
Alex Griffin

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Wednesday, October 7th, 2020 at 7:11 PM, Alex Griffin <a <at> ajgrf.com> wrote:

> Fixed in commit d8258177fe.
>
> --
> Alex Griffin
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
>
> On Friday, October 2nd, 2020 at 5:54 PM, Marius Bakke marius <at> gnu.org wrote:
>
> > Alex Griffin via Guix-patches via writes:
> >
> > > This patch fixes GDM's auto-login feature.
> >
> > > See the discussions in #35674 and #40411. It works for me, but I don't want to just commit it because I don't really understand PAM. (Then again, who does?)
> >
> > [...]
> >
> > > @@ -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")
> >
> > This is one of the alternatives Timothy proposed in #35674 back in May
> >
> > last year(!). As long as GDM still rejects wrong or blank passwords, I
> >
> > think it is good to go.
> >
> > It would be good to get it in 1.2.0. :-)




Reply sent to Alex Griffin <a <at> ajgrf.com>:
You have taken responsibility. (Wed, 07 Oct 2020 19:15:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Griffin <a <at> ajgrf.com>:
bug acknowledged by developer. (Wed, 07 Oct 2020 19:15:02 GMT) Full text and rfc822 format available.

Message #16 received at 41863-done <at> debbugs.gnu.org (full text, mbox):

From: Alex Griffin <a <at> ajgrf.com>
To: "41863-done <at> debbugs.gnu.org" <41863-done <at> debbugs.gnu.org>
Subject: Re: [bug#41863] [PATCH] services: Fix gdm-autologin pam service.
Date: Wed, 07 Oct 2020 19:13:47 +0000
Fixed in commit d8258177fe.

--
Alex Griffin

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Wednesday, October 7th, 2020 at 7:12 PM, Alex Griffin <a <at> ajgrf.com> wrote:

> Fixed in commit d8258177fe.
>
> --
> Alex Griffin
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
>
> On Wednesday, October 7th, 2020 at 7:11 PM, Alex Griffin a <at> ajgrf.com wrote:
>
> > Fixed in commit d8258177fe.
> >
> > --
> >
> > Alex Griffin
> >
> > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> >
> > On Friday, October 2nd, 2020 at 5:54 PM, Marius Bakke marius <at> gnu.org wrote:
> >
> > > Alex Griffin via Guix-patches via writes:
> > >
> > > > This patch fixes GDM's auto-login feature.
> > >
> > > > See the discussions in #35674 and #40411. It works for me, but I don't want to just commit it because I don't really understand PAM. (Then again, who does?)
> > >
> > > [...]
> > >
> > > > @@ -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")
> > >
> > > This is one of the alternatives Timothy proposed in #35674 back in May
> > >
> > > last year(!). As long as GDM still rejects wrong or blank passwords, I
> > >
> > > think it is good to go.
> > >
> > > It would be good to get it in 1.2.0. :-)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Nov 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 165 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.