Re: GSS Authentication

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: greigwise(at)comcast(dot)net
Cc: Bryan Montgomery <monty(at)english(dot)net>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: GSS Authentication
Date: 2010-06-16 15:05:16
Message-ID: 20100616150516.GO21875@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greig,

* greigwise(at)comcast(dot)net (greigwise(at)comcast(dot)net) wrote:
> I finally got it working. Problem was that on the windows side on the service account within the account options, we needed to check "Use DES encryption types for this account". I had that changed on the AD side and that fixed the whole problem.

Great, glad to hear you got it working. Just to reiterate- you really
should be looking at using a 2008 AD with AES encryption types instead
of DES. DES is depreciated and no longer secure given today's
computers.

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bryan Montgomery 2010-06-16 15:07:59 Question about indexes on tables with inherited children
Previous Message Tom Lane 2010-06-16 14:53:04 Re: Problem with triggers