Re: [GENERAL] postgres authentication against Windows Domain

2010-06-02 Thread Stephen Frost
* u235sentinel (u235senti...@gmail.com) wrote: > We would have to rebuild the binaries and we're already heavily using > the database. I could rebuild it again but it's like the fourth time > I've been asked to add a feature. I did read that GSSAPI was the way to > go but I'm being told to

Re: [GENERAL] postgres authentication against Windows Domain

2010-06-02 Thread u235sentinel
On 06/02/2010 08:05 AM, Stephen Frost wrote: * Joshua Tolley (eggyk...@gmail.com) wrote: On Tue, Jun 01, 2010 at 11:56:19AM -0600, u235sentinel wrote: I'm still trying to figure out why you wouldn't want to use GSSAPI.. It's a heck of alot better than using LDAP wrt security..

Re: [GENERAL] postgres authentication against Windows Domain

2010-06-02 Thread Stephen Frost
* Joshua Tolley (eggyk...@gmail.com) wrote: > On Tue, Jun 01, 2010 at 11:56:19AM -0600, u235sentinel wrote: > >Is there is a way to connect postgres to authenticate against a windows > >domain without recompiling and using gssapi. Ldap perhaps? I'm still trying to figure out why you would

Re: [GENERAL] postgres authentication against Windows Domain

2010-06-02 Thread Joshua Tolley
On Tue, Jun 01, 2010 at 11:56:19AM -0600, u235sentinel wrote: >Is there is a way to connect postgres to authenticate against a windows >domain without recompiling and using gssapi. Ldap perhaps? > >Thanks! This page describes, among other things, LDAP authentication: http://www.postg

[GENERAL] postgres authentication against Windows Domain

2010-06-01 Thread u235sentinel
Is there is a way to connect postgres to authenticate against a windows domain without recompiling and using gssapi. Ldap perhaps? Thanks!