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 installed ssh-ldap-pubkey using pip, pip is using /usr/local as the base path because I am using a python3.8 from pkgsrc.
Everything works fine when running as myself, root or nobody (via sudo) as the PATH variable gets set correctly by /etc/profile, but no such lock when ssh-ldap-pubkey-wrapper is run by sshd as /usr/local does not get added to PATH for it.
For now I have added an export of PATH to ssh-ldap-pubkey-wrapper, but there are probably better solutions.
The text was updated successfully, but these errors were encountered:
I installed ssh-ldap-pubkey using pip, pip is using /usr/local as the base path because I am using a python3.8 from pkgsrc.
Everything works fine when running as myself, root or nobody (via sudo) as the PATH variable gets set correctly by /etc/profile, but no such lock when
ssh-ldap-pubkey-wrapper
is run by sshd as /usr/local does not get added to PATH for it.For now I have added an export of PATH to
ssh-ldap-pubkey-wrapper
, but there are probably better solutions.The text was updated successfully, but these errors were encountered: