Re: [ADMIN] Kerberized login to Postgres database

2012-01-10 Thread Gémes Géza
2012-01-10 07:05 keltezéssel, Eugene Budanov írta: > Hi all! > > I have a problem with kerberizing PostgreSQL 9.1.1. > > PostgreSQL and Kerberos installed at different computers in network. I'm > using internal network in VirtualBox 4.1.6. > There are no firewalls on both machines. > > So, let's

Re: [ADMIN] Kerberized login to Postgres database

2012-01-10 Thread Rahimeh Khodadadi
Hi, I had a same problem already, but I recompiled Postgre with GSSAPI, it does works correctly. On 1/10/12, Gémes Géza wrote: > 2012-01-10 07:05 keltezéssel, Eugene Budanov írta: >> Hi all! >> >> I have a problem with kerberizing PostgreSQL 9.1.1. >> >> PostgreSQL and Kerberos installed at diffe

Re: [ADMIN] Kerberized login to Postgres database

2012-01-10 Thread Eugene Budanov
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 o

Re: [ADMIN] Kerberized login to Postgres database

2012-01-10 Thread Eugene Budanov
Hi! >I had a same problem already, but I recompiled Postgre with GSSAPI, it >does works correctly. Very interesting. Can you send me your config files? --- Best regards, Budanov Eugene -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http: