Kerberos connection question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
       I have a question about kerberos connection, I enabled kerberos on server side. 
when I tried to connect to the server with psql , if I use hostname directly in -h, it would be failed.
======================================
psql -d postgres -p 5432 -h hostname.companyname.com
psql: GSSAPI continuation error: Unspecified GSS failure.  Minor code may provide more information
GSSAPI continuation error: Server not found in Kerberos database

I have to add the service account name before the hostname to make it work
psql -d postgres -p 5432 -h serviceaccount.hostname.companyname.com

is there any way to remove the service account name in the -h? Thanks in advance!

James


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux