8001204: typo: Unable to obtain Princpal Name for authentication
Reviewed-by: xuelei
This commit is contained in:
parent
d11cb7e6c1
commit
3dcf67df0d
@ -802,7 +802,7 @@ public class Krb5LoginModule implements LoginModule {
|
||||
|
||||
if (doNotPrompt) {
|
||||
throw new LoginException
|
||||
("Unable to obtain Princpal Name for authentication ");
|
||||
("Unable to obtain Principal Name for authentication ");
|
||||
} else {
|
||||
if (callbackHandler == null)
|
||||
throw new LoginException("No CallbackHandler "
|
||||
|
Loading…
Reference in New Issue
Block a user