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 debugged it by su to nobody and ran the command. It turned out nobody user could not read ldap.conf. So I changed permission of ldap.conf to 644 and it works now. But now any user on the system can read ldap.conf and hence the value of bindpw. There must be a better way to solve it?
I installed ssh-ldap-pubkey as instructed, and tested it with:
however when I tried to login as abc, I got this error in auth.log (after setting
LogLevel DEBUG
in /etc/ssh/sshd_config):AuthorizedKeysCommand /usr/bin/ssh-ldap-pubkey-wrapper abc failed, status 1
What can I try to troubleshoot this problem?
The text was updated successfully, but these errors were encountered: