Bug 1536663
Summary: | Auth MIQLDAP AD - miqldap_to_sssd conversion fails for ldap. | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Matt Pusateri <mpusater> | |
Component: | Appliance | Assignee: | Joe Vlcek <jvlcek> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Shriver <mshriver> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.9.0 | CC: | abellott, cpelland, jprause, jvlcek, obarenbo, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | auth:miqldap:ad | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1552776 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 14:05:50 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1552776 |
Description
Matt Pusateri
2018-01-19 20:59:07 UTC
Also WebUI shows configured for External Auth but no users can log in. Matt User Type of Distinguish Name CN= is not supported on AD only on an LDAP IdP. If you can get an appliance that depicts this please file a new BZ. The UPN failure you are seeing is because you, wisely, entered the base_dn in mixed case and the miqldap_to_sssd tool needs to be updated to handle mixed case. I'll post a PR soon. JoeV Per discussion with JoeV CN= is sort of supported, but a low use case and miqldap_to_sssd does not consider CN= a AD configuration type. In any case I've split off the CN= portion of this bug into https://bugzilla.redhat.com/show_bug.cgi?id=1540725 So it can be handled differently due to it's low occurrence of being a configuration that's used. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/11e3f8c0ba07fc1f62312a0387ed6cda456b629e commit 11e3f8c0ba07fc1f62312a0387ed6cda456b629e Author: Joe VLcek <jvlcek> AuthorDate: Wed Jan 31 17:15:27 2018 -0500 Commit: Joe VLcek <jvlcek> CommitDate: Fri Feb 2 13:14:37 2018 -0500 Support mixed case basedn. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536663 .../miqldap_to_sssd/miqldap_configuration_spec.rb | 28 ++++++++++++++++++++++ tools/miqldap_to_sssd/miqldap_configuration.rb | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 spec/tools/miqldap_to_sssd/miqldap_configuration_spec.rb Tested in CFME 5.10.0.30.20181218191323_900a416 I configured MIQLDAP for Active Directory, with UPN user type. Conversion via miqldap_to_sssd was successful, and I was able to login as an Active Directory user. |