Uploaded image for project: 'JOC - JobScheduler Operations Center'
  1. JOC - JobScheduler Operations Center
  2. JOC-378

JOC Account manager stores wrong entry value if the value contains a comma

    XMLWordPrintable

Details

    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.

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: