Bug 1827729
Summary: | subdomain lookup fails when certmaprule contains DN | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Alexey Tikhonov <atikhono> |
Component: | sssd | Assignee: | Sumit Bose <sbose> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | grajaiya, jhrozek, lslebodn, mzidek, pbrezina, sgoveas, spoore, thalman, tscherf |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-2.3.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-04 02:05:05 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: |
Description
Alexey Tikhonov
2020-04-24 16:18:49 UTC
* `master` * 27a3c0cf354bf2e85f50d7b4650d8a22120a5691 - sysdb: sanitize certmap rule name before using it in DN * 0003eda98b1db04bb3410af5f65d62e2426e426a - ipa: add missing new-line in debug message Manual Verification: Version :: sssd-2.3.0-7.el8.x86_64 Results :: [root@rhel8-7 ipatests]# id testuser uid=1627001135(testuser) gid=1627001135(testuser) groups=1627001135(testuser),1627000513(domain users) [root@rhel8-7 ipatests]# ipa certmaprule-add 'CN=adca,DC=ad,DC=test' --maprule='(userCertificate;binary={cert!bin})' --matchrule='<ISSUER>CN=adca,DC=ad,DC=test' --domain=smartcard.test --------------------------------------------------------------- Added Certificate Identity Mapping Rule "CN=adca,DC=ad,DC=test" --------------------------------------------------------------- Rule name: CN=adca,DC=ad,DC=test Mapping rule: (userCertificate;binary={cert!bin}) Matching rule: <ISSUER>CN=adca,DC=ad,DC=test Domain name: smartcard.test Enabled: TRUE [root@rhel8-7 ipatests]# id testuser uid=1627001135(testuser) gid=1627001135(testuser) groups=1627001135(testuser),1627000513(domain users) [root@rhel8-7 ipatests]# systemctl stop sssd; rm -rf /var/lib/sss/{db,mc}/*; systemctl start sssd [root@rhel8-7 ipatests]# id testuser uid=1627001135(testuser) gid=1627001135(testuser) groups=1627001135(testuser),1627000513(domain users) 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 (sssd bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2020:4569 |