Bug 1065476
Summary: | [GSS] (6.3.0) AdvancedLdap login module does not handle a user that has a slash character in the uid | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> | |
Component: | Security | Assignee: | Darran Lofthouse <darran.lofthouse> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> | |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | |
Priority: | unspecified | |||
Version: | 6.1.0 | CC: | bmaxwell, darran.lofthouse, kkhan, olukas, smumford | |
Target Milestone: | DR1 | |||
Target Release: | EAP 6.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
In previous versions of JBoss EAP 6, authentications requests would fail if the requesting UID contained a 'slash' (/) character. This was caused by the AdvancedLdap login module not handling quotes correctly. In this version of the product the login module has been modified to remove quotes on the returned user DN before attempting to bind.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1065515 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-28 15:31: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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1039955, 1065515 |
Description
Derek Horton
2014-02-14 18:22:03 UTC
PR for upstream: https://github.com/wildfly/jboss-negotiation/pull/2 Darran Lofthouse <darran.lofthouse> updated the status of jira SECURITY-795 to Resolved This was done for DR1 as part of https://github.com/jbossas/jboss-eap/commit/d733eaa9dcb5c3173a9613a10578abb9b90782a1 Setting to ON_QA, see my comments ^^ Verified on EAP 6.3.0.DR6. Added release note text and marked for inclusion in the documentation. |