[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-19 Thread Tim
** Changed in: ubuntu-gnome Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications about this

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-18 Thread J. J. Ramsey
"J.J, that is going to continue to be a problem even after this is fixed, with passwordless login (once the casper patch lands), you don't have a chance to select the session either, since it skips the password step." That's an unfortunate regression, since the previous LTS release of Ubuntu GNOME

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-17 Thread Launchpad Bug Tracker
This bug was fixed in the package casper - 1.373 --- casper (1.373) xenial; urgency=medium * scripts/casper-bottom/25adduser: - Inject a systemd unit that will call passwd -d to ensure that the AccountsService properties (particulary PasswordMode) are correctly set f

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-16 Thread Tim
J.J, that is going to continue to be a problem even after this is fixed, with passwordless login (once the casper patch lands), you don't have a chance to select the session either, since it skips the password step. I guess we will just have to mention in the release notes, if you want to try the

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-14 Thread Mathew Hodson
** No longer affects: pam (Ubuntu) ** No longer affects: gnome-shell (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notification

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-13 Thread Bug Watch Updater
** Changed in: gdm Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications about this bug go

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Tim
** Patch added: "casper patch" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1561302/+attachment/4634981/+files/casper-passwd.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Ti

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Tim
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications about this bug go to: https://bugs.launchpad.net/gdm/+bug/1561302/+subscriptio

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Tim
** Changed in: gdm3 (Ubuntu) Assignee: Tim (darkxst) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications abo

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Alberto Salvia Novella
** Changed in: casper (Ubuntu) Importance: Undecided => Critical ** Changed in: gnome-shell (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Titl

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm3 - 3.18.2-1ubuntu2 --- gdm3 (3.18.2-1ubuntu2) xenial; urgency=medium * debian/patches/fix_pam_nullok_secure.patch: PAM_TTY needs to be set before pam_authenticate is called for nullok_secure arg. (LP: #1561302) * debian/patches: - 0001

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-12 Thread Tim
gdm will now accept passwordless logins. AccountsService properties are still not set correctly, since casper runs adduser before AccountsService is active. which atleast affects Screen locking on the live session (although only if user explicitly locks screen). I think will need to inject a system

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-11 Thread Tim
** Changed in: gdm3 (Ubuntu) Assignee: (unassigned) => Tim (darkxst) ** Changed in: gdm3 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Titl

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-11 Thread Tim
Steve, yes, I am fixing it upstream in gdm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications about this bug go to: https://bugs

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-11 Thread Steve Langasek
OK, then that is definitely a regression in gdm. The *purpose* of setting PAM_TTY is so that this information is available to pam modules. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title:

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-11 Thread Tim
gdm does set PAM_TTY but it seems to be set much later in the pam processing than on lightdm, so basically its not set until after authentication. I suppose gdm will have to be patched or we somehow override the pam config for gdm only (if that is even possible) -- You received this bug notifica

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-10 Thread Steve Langasek
As documented in pam_unix(8), the nullok_secure option means that null passwords are allowed for this module only when connected via one of the "secure" (that is, generally speaking, "local") ttys listed in /etc/securetty. The tty is not determined directly by pam_unix, but is instead provided to

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-10 Thread Tim
I have tracked this down to the following pam rule being buggy on gdm auth[success=1 default=ignore] pam_unix.so nullok_secure Not quite worked out where the bug is, but nullok_secure is an Ubuntu specific argument and fails on gdm, and possibly other !lightdm display managers also. **

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-07 Thread Tim
Upstream suggested this might be a problem with the pam configurations ** Changed in: ubuntu-gnome Importance: Undecided => High ** Changed in: ubuntu-gnome Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-06 Thread Bug Watch Updater
** Changed in: gdm Status: Unknown => Confirmed ** Changed in: gdm Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-06 Thread J. J. Ramsey
For the Ubuntu GNOME live DVD/USB in particular, the lack of a passwordless session is a problem because it means that the user has to jump through hoops to try out GNOME Classic. Instead of just logging out, choosing the GNOME Classic session, and logging back in, a user has to figure out that he/

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-06 Thread Tim
** Also affects: casper (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm won't allow passwordless login To manage notifications

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-06 Thread Tim
** Also affects: ubuntu-gnome Importance: Undecided Status: New ** Changed in: ubuntu-gnome Milestone: None => xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-06 Thread Tim
** Bug watch added: GNOME Bug Tracker #764669 https://bugzilla.gnome.org/show_bug.cgi?id=764669 ** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=764669 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-05 Thread Tim
This also affects the lock screen (although I think it will only activate with +L keypress at the very least we should set AccountsService.UserPasswordMode.NONE for the live user The lock screen will obey this, but not sure about the gdm greeter ** Also affects: gnome-shell (Ubuntu) Importanc

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-05 Thread Tim
Alberto, there may be other related in ubuity-dm, .in particular to the setup of graphics on some systems. However this particular bug is in the gdm greeter itself. Users that log out of the live session, should be able to login again and then to consider users who make a persistent usb and don't s

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-05 Thread Erick Brunzell
But shouldn't a person be able to log out of the live DE and then login w/o a password? I haven't tried recently but I know it was possible at one time with Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1561302] Re: gdm won't allow passwordless login

2016-04-05 Thread Alberto Salvia Novella
ubiquity-dm is what needs fixing. ** Changed in: gdm3 (Ubuntu) Importance: Undecided => Critical ** Changed in: gdm3 (Ubuntu) Importance: Critical => High ** Changed in: gdm3 (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of

[Bug 1561302] Re: gdm won't allow passwordless login

2016-03-24 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1561302 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1561302] Re: gdm won't allow passwordless login

2016-03-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdm3 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561302 Title: gdm w