Marco Trevisan
Marco Trevisan
Mh, I feel something is wrong since some of the _deleted translations_ still seems to be used here.
We did some discussion in #880 but indeed we plan to support this after `authctl` will be added (see #782)
In particular https://github.com/ubuntu/authd/issues/731#issuecomment-2607996646 Technically for the MSEntraID or Google cases we could use the local password as the gnome keyring password, but we have some problems with it: - We...
Any hope in getting this handled? :)
This should have been fixed via #2285 and #2287
Yeah, it could be definitely be the case... We need check if those are defined and provide fallbacks otherwise.
Maybe we should move these errors to linux-specific? so a `errors_linux.go` with: ``` //go:build linux // These errors are only linux specific. package pam const ( // ErrBadItem indicates a...
@msteinert I kinda agree with that as suggested before, but my fear is that then anyone using this library will end up having care to use errors as they may...
> It also appears that there is no support for `pam_start_confdir` in OpenPAM. Indeed but that was already checked.
If this is an ubuntu-specific issue, please report it in launchpad.net, so we can track better the specific version, while here we only target upstream that IMHO should be fixed....