Bug 1368496
| Summary: | sssd is not able to authenticate with alias | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jakub Hrozek <jhrozek> |
| Component: | sssd | Assignee: | SSSD Maintainers <sssd-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Steeve Goveas <sgoveas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | grajaiya, jhrozek, lslebodn, mkosek, mniranja, mzidek, pbrezina |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.14.0-34.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 07:20:41 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
Jakub Hrozek
2016-08-19 14:50:40 UTC
master: * 5691b2d668541585d2a8ae3ddb834f29d828036e Verified in version
sssd-1.14.0-42.el7
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ LOG ] :: case_sensitive_01: case_sensitive=true lookup user, group and netgroup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ BEGIN ] :: Running 'id User_CS1 | grep User_CS1_grp1'
uid=1111111(User_CS1) gid=1111111(User_CS1_grp1) groups=1111111(User_CS1_grp1)
:: [ PASS ] :: Command 'id User_CS1 | grep User_CS1_grp1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'id User_CS1_Alias | grep User_CS1_grp1'
uid=1111111(User_CS1) gid=1111111(User_CS1_grp1) groups=1111111(User_CS1_grp1)
:: [ PASS ] :: Command 'id User_CS1_Alias | grep User_CS1_grp1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent passwd User_CS1 | awk -F: '{print $1}' | grep User_CS1'
User_CS1
:: [ PASS ] :: Command 'getent passwd User_CS1 | awk -F: '{print $1}' | grep User_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent passwd user_cs1'
:: [ PASS ] :: Command 'getent passwd user_cs1' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'getent passwd User_CS1_Alias | awk -F: '{print $1}' | grep User_CS1'
User_CS1
:: [ PASS ] :: Command 'getent passwd User_CS1_Alias | awk -F: '{print $1}' | grep User_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent passwd user_cs1_alias'
:: [ PASS ] :: Command 'getent passwd user_cs1_alias' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'getent group User_CS1_grp1 | awk -F: '{print $1}' | grep User_CS1_grp1'
User_CS1_grp1
:: [ PASS ] :: Command 'getent group User_CS1_grp1 | awk -F: '{print $1}' | grep User_CS1_grp1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent group User_CS1_grp1 | awk -F: '{print $4}' | grep User_CS1'
User_CS1
:: [ PASS ] :: Command 'getent group User_CS1_grp1 | awk -F: '{print $4}' | grep User_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent group user_cs1_grp1'
:: [ PASS ] :: Command 'getent group user_cs1_grp1' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'getent group User_CS1_grp1_Alias | awk -F: '{print $1}' | grep User_CS1_grp1'
User_CS1_grp1
:: [ PASS ] :: Command 'getent group User_CS1_grp1_Alias | awk -F: '{print $1}' | grep User_CS1_grp1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent group User_CS1_grp1_Alias | awk -F: '{print $4}' | grep User_CS1'
User_CS1
:: [ PASS ] :: Command 'getent group User_CS1_grp1_Alias | awk -F: '{print $4}' | grep User_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent group user_cs1_grp1'
:: [ PASS ] :: Command 'getent group user_cs1_grp1' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'getent netgroup NetGroup_CS1 | awk -F: '{print $1}' | grep NetGroup_CS1'
NetGroup_CS1 (Host1.example.com,User1,example.com)
:: [ PASS ] :: Command 'getent netgroup NetGroup_CS1 | awk -F: '{print $1}' | grep NetGroup_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent netgroup netgroup_cs1'
:: [ PASS ] :: Command 'getent netgroup netgroup_cs1' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'getent netgroup NetGroup_CS1_Alias | awk -F: '{print $1}' | grep NetGroup_CS1'
NetGroup_CS1_Alias (Host1.example.com,User1,example.com)
:: [ PASS ] :: Command 'getent netgroup NetGroup_CS1_Alias | awk -F: '{print $1}' | grep NetGroup_CS1' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'getent netgroup netgroup_cs1_alias'
:: [ PASS ] :: Command 'getent netgroup netgroup_cs1_alias' (Expected 2, got 2)
:: [ BEGIN ] :: Running 'su_success User_CS1 Secret123'
:: [ PASS ] :: Command 'su_success User_CS1 Secret123' (Expected 0, got 0)
:: [ BEGIN ] :: Running 'su_success User_CS1_Alias Secret123'
:: [ PASS ] :: Command 'su_success User_CS1_Alias Secret123' (Expected 0, got 0)
'174e7b92-7e47-452e-9e52-6d6bcd25cd13'
case-sensitive-01-case-sensitive-true-lookup-user-group-and-netgroup result: PASS
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/RHEA-2016-2476.html |