Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11.6, 1.12
-
None
Description
Current Situation
when the shiro.ini contains a comma in the value for groupRolesMap the JOC Account manager writes a wrong value
ldapRealm.groupRolesMap = \
sos : it_operator, \
"CN=user,OU=groups,OU=access,DC=dc,DC=XXX,DC=com" : all, \
apl : administrator|application_manager
ldapRealm.groupRolesMap = \ sos : it_operator, \ "CN=user, \ OU=groups, \ OU=access, \ DC=dc, \ DC=XXX, \ DC=com" : all, \ apl : administrator|application_manager
Desired Behavior
when the shiro.ini contains a comma in the value for groupRolesMap the JOC Account manager writes a wrong value
ldapRealm.groupRolesMap = \
sos : it_operator, \
"CN=user,OU=groups,OU=access,DC=dc,DC=XXX,DC=com" : all, \
apl : administrator|application_manager
the value should not be splitted in the " .... " section of the value.