I'm currently testing openssh-ldap on CentOS 6.1, the goal is to store users public keys in an LDAP object attr.<br />
I have notice an error/typo in the HOW TO located in :<br />
/usr/share/doc/openssh-ldap-5.3p1/HOWTO.ldap-keys<br />
<br />
The HOWTO suggests to include the following line in sshd_config :<br />
<br />
AuthorizedKeysCommand "/usr/libexec/openssh/ssh-ldap-wrapper"<br />
<br />
The correct line is : <br />
<br />
AuthorizedKeysCommand /usr/libexec/openssh/ssh-ldap-wrapper<br />
<br />
Without "". When using "", sshd skip the ldap-warpper and directly tries to read the ~/.ssh/authorized_keys file
↧