What happens to the LDAP attribute if none of the conditional expressions are met?

What happens to the LDAP attribute if none of the mapping’s conditional expressions are met?

Normally this will result in a blank value for a string expression or a false for a boolean expression.

if you require a different behavior, consider inserting a final “catch all” condition to control the resulting value for when none of the other conditions are met.