Issue Details (XML | Word | Printable)

Key: DIRTSEC-3
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: David Jencks
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Triplesec

Renaming an application doesn't rename its adminGroup and adminACI

Created: 08/Jan/07 05:55 AM   Updated: 08/Jan/07 07:45 AM
Return to search
Component/s: interceptors
Affects Version/s: 1.0.0
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Dependants
 


 Description  « Hide
The appNameChange in ApplicationAciManager is commented out, so presumably not called. As a result if you rename an application the adminGroup and adminACI entries don't get renamed, so you get in trouble if you try to delete the app.

Typical rdns for these look like

cn=MyAppNameAdminGroup,ou=groups,....
cn=MyAppNameACI,ou=groups,....

In the sandbox/triplesec-jacc2 branch I've ignored and logged errors from this problem in ApplicationAciManager. I have no idea why it doesn't show up in trunk. The problem is exposed in admin-api IntegrationTest.testApplicationDao

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ersin Er made changes - 08/Jan/07 07:45 AM
Field Original Value New Value
Link This issue depends on DIRSERVER-438 [ DIRSERVER-438 ]
Ersin Er added a comment - 08/Jan/07 07:45 AM
This issue partially depends on DIRSERVER-438. It should not be hard to fix but requires time :-)