Bug 952614
| Summary: | Simple access control always denies uppercased users in case insensitive domain | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Libor Miksik <lmiksik> |
| Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.5 | CC: | abienven, dpal, grajaiya, jgalipea, jhrozek, kbanerje, lslebodn, okos, pbrezina, pm-eus |
| Target Milestone: | rc | Keywords: | Regression, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.9.2-82.6.el6_4 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, simple access control denied access to uppercase users in case-insensitive domains. This update corrects the issue and users with uppercase names are able to log in
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-04-29 07:23:30 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: | |||
| Bug Depends On: | 950874 | ||
| Bug Blocks: | |||
|
Description
Libor Miksik
2013-04-16 10:17:01 UTC
Access in now allowed for users with upper-cased names. Verified in version sssd-1.9.2-82.6.el6_4 Report from beaker automation run: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: case_sensitive15: case_sensitive=false simple_allow_groups = user_cs1_grp1 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: Sleeping for 5 seconds :: [ PASS ] :: Authentication successful, as expected :: [ PASS ] :: Running 'auth_success user_CS1 Secret123' :: [ LOG ] :: Duration: 9s :: [ LOG ] :: Assertions: 2 good, 0 bad :: [ PASS ] :: RESULT: case_sensitive15: case_sensitive=false simple_allow_groups = user_cs1_grp1 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: case_sensitive16: case_sensitive=false simple_allow_groups = USER_CS2_GRP1 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: Sleeping for 5 seconds :: [ PASS ] :: Running 'getent group USER_CS2_GRP1' :: [ PASS ] :: Authentication successful, as expected :: [ PASS ] :: Running 'auth_success USER_CS2 Secret123' :: [ LOG ] :: Duration: 10s :: [ LOG ] :: Assertions: 3 good, 0 bad :: [ PASS ] :: RESULT: case_sensitive16: case_sensitive=false simple_allow_groups = USER_CS2_GRP1 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. http://rhn.redhat.com/errata/RHBA-2013-0775.html |