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
Kerberos Authentication you need til tell Postgresql/pg_hba.conf the AD kerberos server name ldap = kerberos.domain.com<http://kerberos.domain.com> and suffix @domain.com<http://domain.com> Then create the users(is in fact a role) as the owner of a database. Hereafter the use

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

PostgreSQL Kerberos Authentication

2018-01-30 Thread HIRTZ Jorge Alberto TENARIS
Hello All, I am trying to configure PostgreSQL9.6 (On Centos 7.4) with Kerberos (Active Directory) via GSSAPI authentication and I'm getting the following error: [postgres@hostname data]$ psql -h hostname -U usern...@domain.com postgres psql: GSSAPI continuation error: Unspecified GSS failure.