Skip to content

Commit

Permalink
fix backport LDAP authentication to mp
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Sep 20, 2018
1 parent 7474cfe commit a63aed6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -392,7 +392,7 @@ public UserDetails mapUserFromContext(DirContextOperations ctx, String username,

} catch (ObjectNotFoundException e) {
throw new UsernameNotFoundException("UserProfileServiceImpl.unknownUser", e);
} catch (SchemaException | CommunicationException | ConfigurationException | SecurityViolationException | ExpressionEvaluationException | NamingException e) {
} catch (SchemaException | NamingException e) {
throw new SystemException(e.getMessage(), e);
}
}
Expand Down

0 comments on commit a63aed6

Please sign in to comment.