Re: Kerberized login to Postgres database

From: Eugene Budanov <eugene(dot)budanov(at)rosalab(dot)ru>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Kerberized login to Postgres database
Date: 2012-01-11 06:37:19
Message-ID: 175176729.6137.1326263839628.JavaMail.root@collab.rosalab.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi!

>You should try to connect by fqdn instead of ip address: psql -h FQDN -U USER.
I tried it. I got same error. DNS lookup work fine.

>BTW you don't need the host principal in the
>/var/lib/pgsql/data/krb5.keytab keytab used only by postgres.
It's strange. Official postgres documentation says opposite. Most of docs about kerberizing Postgres says about needing host principal in keytab file.

---
Best regards,
Budanov Eugene

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Eugene Budanov 2012-01-11 06:44:16 Re: Kerberized login to Postgres database
Previous Message Tripura 2012-01-10 19:33:37 Create & Alter Schema Permissions for a Login role in Postgresql database