From: | Josh Tanski <mortonjt(at)rochester(dot)rr(dot)com> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: 8.4 to 9.1 Upgrade Kerberos Auth Stops Working "Wrong principal in request" |
Date: | 2013-05-31 17:50:23 |
Message-ID: | 51A8E2DF.4010803@rochester.rr.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 5/31/2013 8:46 AM, Stephen Frost wrote:
> That key type (des-cbc-md5) has looonngggg been deprecated and has
> been actively disabled and disallowed from use in modern Kerberos
> libraries.
>
> Please go get an AES256 key and install that instead.
>
Thanks - that was one of my fears - I just double checked and ktpass on
Windows 2000 only gives me DES-CBC-CRC and DES-CBC-MD5 as crypto
options, it won't accept AES256-SHA1. I already did have
allow_weak_crypto on and a Group Policy for Windows 7 clients which did
get it to work & cannot migrate from Windows 2000 just yet...
Josh
>> root(at)ss-sv-tmp40:~# cat /etc/krb5.conf
>> [libdefaults]
>> default_realm = MYDOMAIN.LOCAL
>> allow_weak_crypto = true
>> <snip>
>>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-06-01 05:07:34 | Re: exceeded MAX_ALLOCATED_DESCS while trying to open file |
Previous Message | Stephen Frost | 2013-05-31 12:46:48 | Re: 8.4 to 9.1 Upgrade Kerberos Auth Stops Working "Wrong principal in request" |