LDAP normalization errors: note that the error came while normalizing the roles.

This commit is contained in:
Graham Christensen
2022-02-11 10:55:27 -05:00
parent d6dea39912
commit 71c06f2ce7
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ sub normalize_ldap_role_mappings {
}
if (@errors) {
die join "\n", @errors;
die "Failed to normalize LDAP role mappings:\n" . (join "\n", @errors);
}
return $mapping;