Kerberos connection question

From: xujian <jamesxu(at)outlook(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Kerberos connection question
Date: 2015-09-04 19:23:54
Message-ID: BAY181-W52C7524C68398E727A87E7A1570@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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.compsql: GSSAPI continuation error: Unspecified GSS failure. Minor code may provide more informationGSSAPI continuation error: Server not found in Kerberos database
I have to add the service account name before the hostname to make it workpsql -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

Browse pgsql-admin by date

  From Date Subject
Next Message Armand Pirvu (gmail) 2015-09-04 20:44:42 counting transactions
Previous Message koffi BADOH 2015-09-03 14:50:42 Re: Dumping multiple tables with pg_admin: I'm wrong