Re: GSS Authentication

From: greigwise(at)comcast(dot)net
To: Stephen Frost <sfrost(at)snowman(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 18:47:12
Message-ID: 1896252061.4763461276714032440.JavaMail.root@sz0069a.emeryville.ca.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

One interesting thing I just came across. I had another user try to connect to my DB using the GSS authentication and it failed. I checked everything out on the client side and it seemed to be OK, so I was puzzled. So then I had another user try and it worked just fine for him. That's weird, right? So then I went up and talked to our sysadmin guy who sets up the windows domain stuff and asked him if we could look at the accounts. The 2 accounts that worked (mine and the 3rd guy) were in a certain group and the other was not a member of that group. So, I had them put the user into that group. Then it suddenly starts working fine for that user. So, evidently, there is some setting on the Windows side for each account which authenticates via GSS that is required for the authentication to work right. We're going to go through the privs for that group and see if anything sticks out for us, but in the meantime, does anyone have any idea why the one user wouldn't work?

Thanks,
Greig

----- Original Message -----
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>
Sent: Wednesday, June 16, 2010 11:05:16 AM GMT -05:00 US/Canada Eastern
Subject: Re: [GENERAL] GSS Authentication

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

Browse pgsql-general by date

  From Date Subject
Next Message sunpeng 2010-06-16 19:02:22 Re: hi,i write a function in postgresql source code, how to register this function?
Previous Message Raymond O'Donnell 2010-06-16 18:31:39 Re: hi,i write a function in postgresql source code, how to register this function?