Re: GSSAPI auth issue with windows 7 client, postgresql 9.2.3 linux server

From: jaime soler <jaime(dot)soler(at)gmail(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: GSSAPI auth issue with windows 7 client, postgresql 9.2.3 linux server
Date: 2014-01-14 14:18:45
Message-ID: 1389709125.9086.61.camel@turing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

El mar, 14-01-2014 a las 08:19 -0500, Stephen Frost escribió:
> * jaime soler (jaime(dot)soler(at)gmail(dot)com) wrote:
> > psql: SSPI continuation error: The encryption type requested is not
> > supported by the KDC. (80090342)
>
> [...]
>
> > ktpass -out postgres.keytab -princ
> > postgres/hostname(at)domain -mapUser postgres -pass
> > XXX -crypto DES-CBC-MD5
>
> Not 100% sure this is it, but it looks like you're using an ancient
> encryption algo which is no longer supported by MIT Kerberos (very
> intentionally...). Why aren't you using AES256 instead?

So, should I use ALL as argument to -crypto option as it follows ?

ktpass -out postgres.keytab -princ
postgres/hostname(at)domain -mapUser postgres -pass
XXX -crypto ALL

Thanks,
Jaime

>
> Thanks,
>
> Stephen

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephen Frost 2014-01-14 14:20:32 Re: GSSAPI auth issue with windows 7 client, postgresql 9.2.3 linux server
Previous Message Andrey Nikitin 2014-01-14 13:34:03 Re: Taking hot backup of slave node in postgres (master-slave config with repmgr)