Bug 860772
Summary: | Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Noriko Hosoi <nhosoi> |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Sankar Ramalingam <sramling> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | jgalipea, mkubik, nkinder, sramling |
Target Milestone: | rc | Keywords: | SecurityTracking |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: When modrdn operation was executed, only newrdn change was passed to the acl plugin. Also, the change was used only for the acl search, but not for the acl target in the items in the acl cache.
Consequence: Once modrdn is operated, acl assigned to the entry was temporarily disabled until the server is restarted.
Fix: The newsuperior update is also passed to the acl plugin. And the modrdn updates are applied to the acl target in the acl cache.
Result: Acl is not affected by the modrdn operation.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:20:58 UTC | Type: | --- |
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: | 860603 |
Description
Noriko Hosoi
2012-09-26 16:45:54 UTC
Cherry picked 5beb93d42efb807838c09c5fab898876876f8d09. Pushed to external 389-ds-base-1.2.11. $ git push origin 389-ds-base-1.2.11-ext:389-ds-base-1.2.11 Counting objects: 25, done. Delta compression using up to 4 threads. Compressing objects: 100% (13/13), done. Writing objects: 100% (13/13), 2.55 KiB, done. Total 13 (delta 11), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git cf42a2f..7399cbd 389-ds-base-1.2.11-ext -> 389-ds-base-1.2.11 QA acked. acl modrdn suite: modrdn Test trac340: test for renaming target entry Create a test user entry adding new entry uid=trac340,o=ace industry,c=us Create a new ou entry with an aci adding new entry ou=OU0,o=ace industry,c=us Make sure uid=trac340 has the access dn: ou=OU0,o=ace industry,c=us OK: uid=trac340 has the access. Rename ou=OU0 to ou=OU1 modifying RDN of entry ou=OU0,o=ace industry,c=us Make sure uid=trac340 still has the access dn: ou=OU1,o=ace industry,c=us OK: uid=trac340 has the access. Create another ou=OU2 adding new entry ou=OU2,o=ace industry,c=us Move ou=OU1 under ou=OU2 modifying RDN of entry ou=OU1,o=ace industry,c=us and/or moving it beneath a new parent Make sure uid=trac340 still has the access dn: ou=OU1,ou=OU2,o=ace industry,c=us OK: uid=trac340 has the access. Clean up the test entries ldap_delete: No such object TestCase [trac340] result-> [PASS] $ rpm -qa 389-ds-base 389-ds-base-1.2.11.15-11 Verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0503.html Covered in acl modrdn suite |