| Summary: | Unable to remove DB users if LDAP store is not read-only | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Martin Weiler <mweiler> |
| Component: | Portal | Assignee: | Boleslaw Dawidowicz <bdawidow> |
| Status: | VERIFIED --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.1.0.GA, 5.1.1.GA | CC: | mputz, theute |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 5.2.1.ER02 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBEPP-1137 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
It was discovered that an error in the PicketLink IDM caused a problem with removing an LDAP User from a read/write user store, when the user was not present in the IDM database. The fix introduces logic improvements to user management that ensures a user can only be removed from the correct identity store.
|
Story Points: | --- |
| Clone Of: | Environment: |
- EPP configured with LDAP using picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
- FallbackIdentityStoreRepository option: readOnly=false
|
|
| Last Closed: | 2012-02-29 20:54:25 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: | |
|
Description
Martin Weiler
2011-08-30 11:21:31 UTC
Release Notes Docs Status: Added: Not Yet Documented Labels: Added: EPP_5_2_1_Candidate Labels: Removed: EPP_5_2_1_Candidate
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
CAUSE: Due to error in PicketLink IDM it was trying to remove user in store where it was not present
FIX: Code and logic was corrected to remove user only in proper identity store
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,3 +1,3 @@
CAUSE: Due to error in PicketLink IDM it was trying to remove user in store where it was not present
-FIX: Code and logic was corrected to remove user only in proper identity store+FIX: Code and logic was corrected to remove user only in proper identity store (https://issues.jboss.org/browse/PLIDM-36)
Fixed with update to PicketLink IDM 1.3.1.CR01
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,3 +1 @@
-CAUSE: Due to error in PicketLink IDM it was trying to remove user in store where it was not present
+It was discovered that an error in the PicketLink IDM caused a problem with removing an LDAP User from a read/write user store, when the user was not present in the IDM database. The fix introduces logic improvements to user management that ensures a user can only be removed from the correct identity store.-
-FIX: Code and logic was corrected to remove user only in proper identity store (https://issues.jboss.org/browse/PLIDM-36)
|