Re: [ADMIN] Getting "ident" to work in Windows

2012-05-04 Thread Thomas Kellerer
Magnus Hagander, 04.05.2012 15:22: I'm trying to enable "ident" authentication on my Windows machine using PostgreSQL 9.1 However as soon as I add the following line to pg_hba.conf hostall all ::1/128ident sameuser "sameuser" was removed in PostgreSQ

Re: [ADMIN] Getting "ident" to work in Windows

2012-05-04 Thread Magnus Hagander
On Fri, May 4, 2012 at 3:33 PM, k...@rice.edu wrote: > On Fri, May 04, 2012 at 01:57:47PM +0200, Thomas Kellerer wrote: >> Hi, >> >> I'm trying to enable "ident" authentication on my Windows machine using >> PostgreSQL 9.1 >> >> However as soon as I add the following line to pg_hba.conf >> >>    

Re: [ADMIN] Getting "ident" to work in Windows

2012-05-04 Thread k...@rice.edu
On Fri, May 04, 2012 at 01:57:47PM +0200, Thomas Kellerer wrote: > Hi, > > I'm trying to enable "ident" authentication on my Windows machine using > PostgreSQL 9.1 > > However as soon as I add the following line to pg_hba.conf > >hostall all ::1/128id

Re: [ADMIN] Getting "ident" to work in Windows

2012-05-04 Thread Magnus Hagander
On Fri, May 4, 2012 at 1:57 PM, Thomas Kellerer wrote: > Hi, > > I'm trying to enable "ident" authentication on my Windows machine using > PostgreSQL 9.1 > > However as soon as I add the following line to pg_hba.conf > >   host    all             all             ::1/128            ident sameuser

[ADMIN] Getting "ident" to work in Windows

2012-05-04 Thread Thomas Kellerer
Hi, I'm trying to enable "ident" authentication on my Windows machine using PostgreSQL 9.1 However as soon as I add the following line to pg_hba.conf hostall all ::1/128ident sameuser I get an error message when trying to login (after a server reload