eau-u4f / openssh-lpk

Automatically exported from code.google.com/p/openssh-lpk
0 stars 0 forks source link

[enhancement] lpk should allow to exclude users from LDAP searches #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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