The comparison was doing a string compare of the expected
description value. This worked most of the time but if there
were simple case differents in the attributes that would
cause a false failure.
Instead compare them separately using the DN class to do
the comparison.
The comparison was doing a string compare of the expected description value. This worked most of the time but if there were simple case differents in the attributes that would cause a false failure.
Instead compare them separately using the DN class to do the comparison.
Fixes: https://github.com/freeipa/freeipa-healthcheck/issues/93
Signed-off-by: Rob Crittenden rcritten@redhat.com