Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
ApacheStudio on Windows 7 x64
ApacheDS on Ubuntu
Description
When creating a prescriptiveACI using the editor. It works correctly the first time.
However, when you double-click the created ACI to edit User permissions attribute values will contain attributeType( xxxx ) which is incorrect (throws syntax error).
Repro steps:
- create AccessControlSubEntry(prescriptiveACI)
- add User Permissions such as:
userPermissions { { protectedItems { allAttributeValues { objectClass, publicKey, } } }
- ACI item editor->OK
- New Entry->Finish
=== ACI Is Created === - double-click newly created ACI
- edit User Permissions
- All Attribute Values will show a syntax error (source will be correct)
This can be mitigated by editing the source directly from the ACI editor (without using the UI to edit User Permissions)