Mark Ferrell
Mark Ferrell
Any idea on when this will happen, or what it would take to make this happen?
Seeing this very consistently when doing a `-target`'ed plan.
Why is salt trying to read the group file at all? Shouldn't it being going through the nss interface in the same way that `getent` does? ```sh getent group salt...
> @major0 As far as I see it, Salt is already using PAM (and most likely, at least implicitly through libc, NSS). But that's not a silver bullet. If you...
> Or if there is a Proton CLI in the works, I will stop my efforts :). I really just want to be able to autocomplete email addresses in my...
> In an unofficial python client, they're setting the appversion as "Other" (https://github.com/opulentfox-29/protonmail-api-client/blob/15100c28c40e7c887d70296ae22a3762c19c059e/src/protonmail/constants.py#L17) > > It allows you to login without CAPTCHA. I wish I had found this tidbit sooner,...
Running into this as well.
go-proton-api imports golang.org/x/exp/slices which had this issue associated to it: https://github.com/golang/go/issues/61374 So go-proton-api's SortFunc was written against the experimental slices behavior. The experimental line was rewritten to match the production...
This is still an issue
I tried adding `salt` to the shadow group, which did not work. I set `user: root` in the salt master config, which also did not work. Again, PAM claims auth...