[ADMIN] 8.4 to 9.1 Upgrade Kerberos Auth Stops Working "Wrong principal in request"

2013-05-31 Thread Josh Tanski
I have Kerberos Authentication working for PostgreSQL 8.4 on Debian Squeeze, against a Windows 2000 Server Domain. I tried upgrading some test servers to Debian Wheezy which upgrades PostgreSQL to 9.1, but Kerberos authentication breaks with the "Wrong principal in request" error. These serve

Re: [ADMIN] 8.4 to 9.1 Upgrade Kerberos Auth Stops Working "Wrong principal in request"

2013-05-31 Thread Josh Tanski
On 5/31/2013 8:46 AM, Stephen Frost wrote: That key type (des-cbc-md5) has looonn 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 j