Bug 12883 - Files are always checked first
Summary: Files are always checked first
Status: NEW
Alias: None
Product: cwrap
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 11:06 UTC by Sumit Bose
Modified: 2017-07-06 11:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sumit Bose 2017-07-06 11:06:10 UTC
In contrast to the documented behavior 'nss_wrapper is able to load nss modules and ask them first before looking into the faked passwd and group file.' the faked files are always checked first.

It would be good to have an additional environment variable like e.g.:

    NSS_WRAPPER_ORDER="modules,files"

to be able to tune the behavior.