Marco Trevisan

Results 385 comments of Marco Trevisan

Well, that's a feature, the problem is making the space good enough for showing the whole workspaces, but not something we can easily fix

Handled via #564 and 63bed61197e75a4644422bb0ea33ecb7c962889e

I think we should be a bit more conform to what `adduser` (see [`man adduser.conf`](https://manpages.ubuntu.com/manpages/plucky/en/man5/adduser.conf.5.html)) allows here: ``` VALID NAMES Historically, adduser(8) and addgroup(8) enforced conformity to IEEE Std 1003.1-2001,...

Well, maybe the app is launched too early and the dbus service is not yet setup... Not much we can do at our level. Maybe you can disable the legacy...

This is now rebased on #15 instead as it makes few things better to handle.

@StephenBrown2 I think we can basically merge this since it's something we've been using actively for some time in https://github.com/ubuntu/authd However, there are also problems when the modules are strictly...

> and have found several work-arounds for that, including in [pam_fscrypt](https://github.com/google/fscrypt/blob/43869584b3c9f9acade09d2d35b20e69623d98f8/pam_fscrypt/pam_fscrypt.go#L145-L154), by comparing the PID value between the Auth and session Open calls, `gravitational-teleport` invokes [runtime.LockOSThread()](https://github.com/gravitational/teleport/blob/v4.3.10/lib/pam/pam.go#L63-L98) and `pam-ussh` calls [runtime.GOMAXPROCS(1)](https://github.com/uber/pam-ussh/blob/master/pam_ussh.go#L220C2-L220C23)...

In theory the code at: https://github.com/ubuntu/gnome-shell-extension-appindicator/blob/63bed61197e75a4644422bb0ea33ecb7c962889e/appIndicator.js#L1561-L1569 Should prevent this to happen, no?

Yeah, maybe we should mention that if only authd method can be supported when in SSH then the `AuthenticationMethods` sshd option should contain only `keyboard-interactive`.

I've added few fixes myself, now I think it's good to go! Thanks a lot for the cleanup... One thing it's likely worth adding is an extra button to reset...