
| Key: |
DIRTSEC-3
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
David Jencks
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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
|
|
Description
|
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 |
Show » |
|