What Causes "Server Not Found" Errors when Authenticating Via Kerberos?
(Doc ID 3023690.1)
Last updated on MAY 19, 2024
Applies to:
MySQL Server - Version 8.3 and laterInformation in this document applies to any platform.
Goal
What reasons could explain this "Server not found" error in Kerberos?
ldapsearch -H ldaps://<AUTH_SERVER> -b "cn=admin,ou=Accounts,dc=EXAMPLE,dc=COM" -D "CN=<USERNAME>,OU=Staff,DC=EXAMPLE,DC=COM" -y <PASSWORD> -Y GSSAPI
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error (-2)
additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |