Oracle WebLogic Server 12c: Administration I — Question 43

Your domain's security realm has two authentication provides: ldap1 and ldap2.
Consider these requirements:
"¢ If authentication succeeds with ldap1, then skip ldap2.
"¢ If authentication fails with ldap1, then authentication must succeed with ldap2.
Which control flag should you use for ldap1?

Answer options

Correct answer: C

Explanation

The correct answer is C, 'Sufficient', because if ldap1 successfully authenticates, ldap2 is not needed, fulfilling the first requirement. Options A and B would not allow ldap2 to be used if ldap1 fails, while D would not enforce the necessary conditions for ldap1.