Re: [GENERAL] PostgreSQL with Kerberos and Active Directory

2007-09-06 Thread Magnus Hagander
Not really - it's always worked that way for me :-( Have you managed to make any other kerberised applications work on this machine? There are sample programs in the kerberos package - try those to see if the problem is in postgresql or int he kerberos libs/setup. //Magnus On Sun, Sep 02, 2007 a

[GENERAL] PostgreSQL with Kerberos and Active Directory

2007-09-02 Thread Idan Miller
Hi everyone, I'm trying to configure PostgreSQL version 8.2.4 with Kerberos and Active Directory. The AD is run on a windows 2003 server, and the postgre on gentoo. The gentoo computer name is postgre and it's added to the windows 2003 server AD domain. I did the following: - I compiled postgre

Re: [GENERAL] PostgreSQL with Kerberos and Active Directory

2007-09-02 Thread Idan Miller
Hi Magnus, I tried changing the SPN to uppercase POSTGRES, but still the same error occurs. Any other ideas? (this didn't work both locally and remotely). Idan. On 8/31/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: > > Ok. I'd try locally from the machine first, so you know the krb > configura

Re: [GENERAL] PostgreSQL with Kerberos and Active Directory

2007-08-31 Thread Magnus Hagander
Ok. I'd try locally from the machine first, so you know the krb configurations are absolutely identical all the way. Just change your pg_hba so it uses krb5 (and don't forget to use -h - krb5 only works over TCP/IP sockets) THat said, I think your problem is in that you use "postgres" as your SPN.

Re: [GENERAL] PostgreSQL with Kerberos and Active Directory

2007-08-30 Thread Idan Miller
We tried to connect from a different gentoo machine. both client and server are running version 8.2.4 of postgresql. right now, we are trying to connect from gentoo, but we want to connect from windows as well Idan On 8/30/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 30, 2007 a

Re: [GENERAL] PostgreSQL with Kerberos and Active Directory

2007-08-30 Thread Magnus Hagander
On Thu, Aug 30, 2007 at 02:07:13PM +0300, Idan Miller wrote: > Hi everyone, > > I'm trying to configure PostgreSQL version 8.2.4 with Kerberos and Active > Directory. > The AD is run on a windows 2003 server, and the postgre on gentoo. > The gentoo computer name is postgre and it's added to the wi

[GENERAL] PostgreSQL with Kerberos and Active Directory

2007-08-30 Thread Idan Miller
Hi everyone, I'm trying to configure PostgreSQL version 8.2.4 with Kerberos and Active Directory. The AD is run on a windows 2003 server, and the postgre on gentoo. The gentoo computer name is postgre and it's added to the windows 2003 server AD domain. I did the following: - I compiled postgre w