Hi all,
Looking at the security domain subsystem I see that that the
authorization flag field has an allowed list of:
"allowed" => [
"REQUIRED",
"REQUISITE",
"SUFFICIENT",
"OPTIONAL"]
However, the default model (what you get with a fresh new AS7 install)
has the flag value in lowercase:
"flag" => "required",
I'm wondering are we generally lenient wrt to case or is the
pre-populated value outside the range?
Cheers,
David