[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-05-08 Thread TomasHnyk
Robert: does this mean that bug 753707 was introduced? It seems that autologin now does not work when .ecryptfs is present in the $HOME directory of the user to be autologged in. If I can add my two cents, that seems to be a bit unfortunate, because now gdm does not ask me for password anyway (it

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-04-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gdm/ubuntu -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/284443 Title: gdmsetup: Don't offer autologin for ecryptfs users -- desktop-bugs

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-04-01 Thread Robert Ancell
Hmm, I tried to do this properly but GDM has beaten me. So then I tried to make it look for the auto-mount file in the home directory and start the login process but still prompt the user but GDM wasn't having any of that either. I've got it now checking for the file, and just ignoring the

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-04-01 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.32.0-0ubuntu14 --- gdm (2.32.0-0ubuntu14) natty; urgency=low * debian/patches/24_respect_system_minuid.patch: - Ignore entries from ck-history that are using system UIDs (LP: #696038) * debian/patches/42_no_ecryptfs_autologin.patch:

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-02-10 Thread Robert Ancell
OK, I think the solution has to be: 1. /etc/pam.d/gdm-autologin has to force a password request if the user is using an encrypted home directory 2. GDM has to detect this, and launch the greeter if this occurs (normal case is to run without launching the greeter) -- You received this bug

Re: [Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-02-08 Thread Martin Pitt
Robert Ancell [2011-02-08 6:34 -]: This is actually non-trivial as gdmsetup is run as an unprivileged user and so wont necessarily be able to check ~/.ecryptfs/auto-mount. Ah, ok. I thought that gdmsetup would talk to the gdm-binary D-BUS service (which runs as root), but if it's not

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-02-07 Thread Martin Pitt
The installer does the right thing these days, and in comment 4 I spoke about gdm as in the login manager. But indeed you can still select ecryptfs users in gdmsetup for autologin; this should be fixed indeed. Robert, as gdmsetup is your's, do you have a couple of minutes to check for this and

[Bug 284443] Re: gdmsetup: Don't offer autologin for ecryptfs users

2011-02-07 Thread Robert Ancell
This is actually non-trivial as gdmsetup is run as an unprivileged user and so wont necessarily be able to check ~/.ecryptfs/auto-mount. Would it be OK for GDM to instead check for this and just select the logged in user (i.e. prompt for a password) instead of logging in automatically? -- You