I have been setup an authentication with Postgresql 12 using gssAPI on centos.I follow an example :https://paquier.xyz/manuals/postgresql/kerberos/ .But when i finish and run to conect with gssapi:
"psql -U "postgres/myrealm.example@MYREALM.EXAMPLE" -h myrealm.example postgres" and i met an error :
psql: FATAL: could not accept GSSAPI security context
FATAL: accepting GSS security context failed
DETAIL: Unspecified GSS failure. Minor code may provide more information: Key table entry not found
I want to know if I'm missing any configuration steps/commands or implementing something wrong.Any kind help is highly appreciated. Thanks in advance.