You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @1wilkens !
Maybe you already know that, but in last commits you did to support the Pam Environment, there is something odd:
I have a local configuration with a krb5 pam lib, just there to add environment variable and test that.
During my login, the 'input' variable here,
Hey good catch, seems I messed up the indices to cut out the wrong char :) The env support is not fully up to my standards yet anyway, but I'll gladly accept a PR :)
Hi @1wilkens !
Maybe you already know that, but in last commits you did to support the Pam Environment, there is something odd:
I have a local configuration with a krb5 pam lib, just there to add environment variable and test that.
During my login, the 'input' variable here,
pam/src/env.rs
Line 51 in 1bc5a7e
In python, this translates to this:
But the actual content of the PamEnv is this:
So it seems there are two strange things here:
The text was updated successfully, but these errors were encountered: