Bug 1531039
Summary: | [RFE] Add information about the information required to pull groups from an LDAP server | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Felix Dewaleyne <fdewaley> |
Component: | Documentation | Assignee: | Dayle Parker <dayleparker> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Chris Budzilowicz <cbudzilo> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 5.8.0 | CC: | adahms, cbudzilo, cpelland, dajohnso, dmetzger, fdewaley, jocarter, mpusater, mshriver, obarenbo |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.9.7 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | auth:miqldap:externalauth | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-17 01:15:31 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: | 1572700 |
Description
Felix Dewaleyne
2018-01-04 13:01:34 UTC
After reading the case history, it seems the important points are: * docs need to mention how to add the user to the VMDB manually (done through the Access Control menu in the UI - currently the docs say 'through the console') * user ID must match the user's name in lower case, group must already be configured * LDAP group name should be used for CFME group name = this must be all in lower case in CFME to work * Both SSSD and miqLDAP use rfc2307 for LDAP schema (the customer's LDAP entries must use this schema) - this means group members are listed by name in the member UID attribute Authentication documentation has been moved to its own guide as of 4.6, with LDAP in a chapter of its own for better findability. The fix will appear in this guide to align with the strategy of encouraging customers to upgrade to the latest version of CloudForms. If it's necessary to backport this fix to earlier versions of the docs, please let me know with a needinfo. LDAP documentation (contained in the Managing Authentication guide) for CloudForms has now been updated: * A note has been added about the RFC 2307 standard * A link has been added to the steps to create a user (in the General Configuration guide) in the case users don't already exist * Note about LDAP group name to be used for CFME group name, all in lower case -- previously was in a note in the Creating a User section of General Configuration, but is now also mentioned in Managing Authentication (section 2.1) The update appears in the 4.6 guide, and will appear in the 4.7 release as well: https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.6/html-single/managing_authentication_for_cloudforms/#ldap_settings |