Re: GSS Authentication

Поиск
Список
Период
Сортировка
От greigwise@comcast.net
Тема Re: GSS Authentication
Дата
Msg-id 1073922020.4657551276701220068.JavaMail.root@sz0069a.emeryville.ca.mail.comcast.net
обсуждение исходный текст
Ответ на Re: GSS Authentication  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: GSS Authentication  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
OK.  So, to get it to use a different encryption type, I'm thinking I'd have to specify that when I create the keytab (and then uncheck the Use DES option on the account setup in Windows).  So, when I created my keytab, I used a command like this on the AD side:

ktpass -princ POSTGRES/host.domain.com@DOMAIN.COM -crypto DES-CBC-MD5 -mapuser host -pass mypasswd -out postgres.keytab

So for the -crypto option, what would be your recommendation for what I should use and would this require changes on the DB server side?

Thanks again.

Greig

----- Original Message -----
From: "Stephen Frost" <sfrost@snowman.net>
To: greigwise@comcast.net
Cc: "Bryan Montgomery" <monty@english.net>, "pgsql-general" <pgsql-general@postgresql.org>
Sent: Wednesday, June 16, 2010 11:05:16 AM GMT -05:00 US/Canada Eastern
Subject: Re: [GENERAL] GSS Authentication

Greig,

* greigwise@comcast.net (greigwise@comcast.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
Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: greigwise@comcast.net
Дата:
Сообщение: Re: GSS Authentication
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: GSS Authentication