Bug 1153593
| Summary: | Manpage description of case_sensitive=preserving is incomplete | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Kaushik Banerjee <kbanerje> |
| Component: | sssd | Assignee: | Michal Zidek <mzidek> |
| Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | grajaiya, jgalipea, jhrozek, lslebodn, mkosek, pbrezina, preichl, sssd-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.12.2-20.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 10:34:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Upstream ticket: https://fedorahosted.org/sssd/ticket/2462 master: a40897fce90abf48882ea74f923711df7333fecf Verified in version 1.12.2-28.el7
Preserving
Same as False (case insensitive), but does not lowercase names in the result of NSS operations. Note that name aliases (and in case of services also protocol names) are still lowercased in the output.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0441.html |
Description of problem: The manpage seems to cover only getpwnam and getgrnam. Services and netgroups are not covered. Version-Release number of selected component (if applicable): sssd-1.12.1-3.el7 How reproducible: Always Actual results: <snip> Preserving Same as False (case insensitive), but does not lowercase names in the output of getpwnam and getgrnam. </snip> Expected results: Manpage description should be generic for case_sensitive=preserving and not limited to only getpwnam and getgrnam. Additional info: