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

Full text editing of the main section in "Manage Accounts" function does not work

    XMLWordPrintable

Details

    Description

      Current Situation

      When editing the [main] section of the shiro.ini with JOC Cockpit in full text mode, the saved section is not correct.

      • Value of entry contains a = sign
        • Example: publicLdapRealm.userDnTemplate = uid= {0}

          ,dc=example,dc=com

        • Issue: The value of the entry is reduced to the part before the = sign
        • In this case: userDnTemplate = uid
      • Value contains a line continue sign \
        • Example: publicLdapRealm.groupRolesMap = \
          scientists : it_operator, \
          mathematicians :all
        • Issue: The logical line is not set correctly
        • In the post the \ must be resolved to
          • publicLdapRealm.groupRolesMap = scientists : it_operator, mathematicians :all

      Desired Behavior

      The JOC Cockpit should handle the = sign and the logical line construct correctly.

      Impact

      The shiro.ini file will be corrupted when using the full text editing mode with JOC Cockpit and the original file have the = sign in the values of the entries or have logical line constructs.

      Workaround

      Do not use the full text editing mode but the entry based mode.

      Attachments

        Issue Links

          Activity

            People

              ztsa0019 Sourabh Agrawal
              ur Uwe Risse
              Uwe Risse Uwe Risse
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: