RE: PostgreSQL Kerberos Authentication

2018-01-31 Thread HIRTZ Jorge Alberto TENARIS
: PostgreSQL Kerberos Authentication On 1/30/18 11:13, HIRTZ Jorge Alberto TENARIS wrote: > [postgres@hostname data]$ psql  -h hostname -U usern...@domain.com > postgres > > psql: GSSAPI continuation error: Unspecified GSS failure.  Minor code > may provide more informat

Re: PostgreSQL Kerberos Authentication

2018-01-30 Thread Peter Eisentraut
On 1/30/18 11:13, HIRTZ Jorge Alberto TENARIS wrote: > [postgres@hostname data]$ psql  -h hostname -U usern...@domain.com postgres > > psql: GSSAPI continuation error: Unspecified GSS failure.  Minor code > may provide more information > > GSSAPI continuation error: Server not found in Kerberos d

RE: PostgreSQL Kerberos Authentication

2018-01-30 Thread HIRTZ Jorge Alberto TENARIS
must be in uppercase or lowercase? POSTGRES or postgres? Just to confirm. Thanks Jorge From: EXTERNAL:Poul Kristensen [mailto:bcc5...@gmail.com] Sent: martes, 30 de enero de 2018 01:50 p.m. To: HIRTZ Jorge Alberto TENARIS Cc: pgsql-general@lists.postgresql.org Subject: Re: PostgreSQL

Re: PostgreSQL Kerberos Authentication

2018-01-30 Thread Poul Kristensen
you need til tell Postgresql/pg_hba.conf the AD kerberos server name ldap = kerberos.domain.com and suffix@domain.com Then create the users(is in fact a role) as the owner of a database. Hereafter the user could just write psql after login and after password auhtentication the user/role