Bug 872019
| Summary: | [Port enhancement from upstream] LDAP - PosixGroup lookup performed doesn't allow for uid versus DN check | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> |
| Component: | Core Server | Assignee: | Simeon Pinder <spinder> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | JON 3.1.1 | CC: | mkittrell, spinder |
| Target Milestone: | ER01 | ||
| Target Release: | JON 3.2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 784162 | Environment: | |
| Last Closed: | 2014-01-02 20:43:26 UTC | Type: | Enhancement |
| 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: | 784162 | ||
| Bug Blocks: | |||
|
Description
Larry O'Leary
2012-11-01 02:17:04 UTC
This appears to be in two separate commits in master:
commit 193d087ef2f2bf40aa4d4bb556905d9c4b630f83
Author: Simeon Pinder <spinder>
Date: Tue May 1 12:04:34 2012 -0400
[BZ 784162] Adding PosixGroup support to LDAP Group mechanism.
- with change after checking the "Use PosixGroup" typically you'll use objectclass=posixGroup and 'memberUid' for the group filter.
- and -
commit 9431e3b72032b514e4e70753ae0b172f722a52a7
Author: Simeon Pinder <spinder>
Date: Tue May 1 16:14:20 2012 -0400
[BZ 784162] adding null value check for posix property, clarify posix label and details and put better ldap default values.
|