Fix minor spelling issue
autenticate > authenticate Change-Id: I10d33b1fc7c4b85e98a9ead69037464007c0e9aa
This commit is contained in:
@@ -239,7 +239,7 @@ class LdapRealm implements Realm {
|
||||
}
|
||||
}
|
||||
} catch (NamingException e) {
|
||||
log.error("Cannot query LDAP to autenticate user", e);
|
||||
log.error("Cannot query LDAP to authenticate user", e);
|
||||
throw new AuthenticationUnavailableException("Cannot query LDAP for account", e);
|
||||
} catch (LoginException e) {
|
||||
log.error("Cannot authenticate server via JAAS", e);
|
||||
|
||||
Reference in New Issue
Block a user