: 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
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
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
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
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.