-
Bug
-
Resolution: Done
-
Major
-
RH362 - RHEL 9.1 0, RH362 - RHEL 7.4 1 20180531
-
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.
- relates to
-
PTL-7220 RH362-158: Comp Review: MANAGE RED HAT IdM - Wrong Solution & Grade
- Closed