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
I try to use i3lock on a Linux system with LDAP user account. Later in the code, this seems to be handled correctly via PAM, but right at the start after the option parsing, getpwuid() is called, fails and i3lock immediately exit with the (somewhat funny) error "i3lock: getpwuid() failed: Success"
The text was updated successfully, but these errors were encountered:
We could totally add a fallback code path which used the $USER environment variable (if set) when getpwuid fails. @jbeigel would you be able to test such a patch in your environment?
I try to use i3lock on a Linux system with LDAP user account. Later in the code, this seems to be handled correctly via PAM, but right at the start after the option parsing, getpwuid() is called, fails and i3lock immediately exit with the (somewhat funny) error "i3lock: getpwuid() failed: Success"
The text was updated successfully, but these errors were encountered: