Bug 2118

Summary: finger doesn't check for exact matches unless -m is passed
Product: [Retired] Red Hat Linux Reporter: Nalin Dahyabhai <nalin.dahyabhai>
Component: fingerAssignee: Jay Turner <jturner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-28 15:41:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nalin Dahyabhai 1999-04-11 05:03:50 UTC
Unless a user invokes finger with the '-m' switch, it doesn't
bother to check for an exact match for a user name using
getpwnam().  If the nsswitch module that contains the info
about that user doesn't provide a getpwent() function (like
hesiod), finger will always fail without that '-m' flag.
Whether this is actually a bug is debatable because the man
page isn't too clear on what should be done.  I'm about to
mail in a patch to fix this anyway.

------- Email Received From  Nalin Dahyabhai <nalin.ncsu.edu> 04/11/99 01:07 -------


------- Email Received From  Stepan Kasal <kasal.cas.cz> 05/10/99 08:56 -------

Comment 1 Jeff Johnson 1999-07-28 15:41:59 UTC
Fixed in finger-0.10-25. Thanks for the patches.