Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-7126

RH362-152: Comp Review: Manage Red Hat IdM - Wrong Solution & Grade

XMLWordPrintable

    • ILT, ROLE, VT
    • en-US (English)

      URL:
      Reporter RHNID:
      Section: -
      Language: en-US (English)
      Workaround: ILT and VT instructors can advice students to use the correct Regular Expression.
      It would be a good idea to provide them with an on-line RegEx editor/evaluator, like for example the https://regex101.com/

      Description: The Solution of step 2.2 and the grading script of Lab 3 are wrong.

      In the solution we advice students to use the following regex:

      'Inclusive Regex: uid=idmuser.*'

      This is 100% wrong.

      This regex matches the idmuser01, for sure.

      But it also matches any other expression that includes the idmuser, like for example the testidmuser01

       

      So, the correct solution is:

      uid=^idmuser.*

      and if we can simplify it as:

      uid=^idmuser

       

      This change must be applied in the solution and in the grading script as well.

       

       

            rht-pagomez Patrick Gomez
            p.tselios Petros Tselios (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: