Bug 1156585
Summary: | LDAP authentication fails when minssf is > 0 on IPA server | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | James W. Mills <jamills> | ||||
Component: | openstack-keystone | Assignee: | Nathan Kinder <nkinder> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Udi Kalifon <ukalifon> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.0 (RHEL 7) | CC: | ayoung, jamills, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | 6.0 (Juno) | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-10-27 04:58:41 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: | |||||||
Attachments: |
|
Description
James W. Mills
2014-10-24 17:20:33 UTC
Is Keystone configured to use LDAPS or TLS? The whole point of minssf is to require integrity (SSF=1) or confidentiality (SSF>=2). Integrity alone is not possible with Keystone, as it only supports the LDAP simple bind operation and doesn't have SASL bind support. This means that encryption is required to have a SSF > 0. The packet trace shows that the traffic is in the clear, so encryption needs to be enabled for the LDAP connection between Keystone and IPA. This is very highly recommended anyway, as user passwords are transmitted over the wire in the clear for simple bind attempts. |