root user is generally a local account, and not stored in LDAP. This is
true for its public key too. As a consequence, ssh root connections on a
system using LPK triggers a lot of such message in logs:
Jan 21 13:46:26 cendrillon sshd[23105]: pam_unix(sshd:session): session
opened for user root by (uid=0)
Jan 21 13:50:38 cendrillon sshd[23503]: [LDAP] no keys found for 'root'!
A configuration directive should allow to bypass LDAP search for specific
users, as nss_ldap for instance allow to bypass LDAP search for given groups.
Original issue reported on code.google.com by guillomo...@gmail.com on 21 Jan 2010 at 1:02
Original issue reported on code.google.com by
guillomo...@gmail.com
on 21 Jan 2010 at 1:02