Re: Ident authentication failed

2020-03-29 Thread Peter J. Holzer
On 2020-03-26 21:33:51 +0100, Christoph Moench-Tegeder wrote: > ## Ted To (t...@theo.to): > > Thank you -- I added two lines to the hba file to allow for ident > > authentication, restarted postgres and still the same errors. > > You probably don't want "ident" authentication - that's the thing >

Re: Ident authentication failed

2020-03-26 Thread Ted To
Thanks for the many responses I've gotten!  What a useful and welcoming community! I finally managed to get it configured following: https://github.com/miniflux/miniflux/issues/80#issuecomment-375996546 On 3/26/20 4:24 PM, Adrian Klaver wrote: On 3/26/20 12:40 PM, Ted To wrote: Thank you --

Re: Ident authentication failed

2020-03-26 Thread Christoph Moench-Tegeder
## Ted To (t...@theo.to): > Thank you -- I added two lines to the hba file to allow for ident > authentication, restarted postgres and still the same errors. You probably don't want "ident" authentication - that's the thing with "identd" (see RfC 1413), which even 20 years ago was only used in co

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
On 3/26/20 12:40 PM, Ted To wrote: Thank you -- I added two lines to the hba file to allow for ident authentication, restarted postgres and still the same errors. Alright from here: https://miniflux.app/docs/configuration.html The Golang Postgres client pq is being used and: "The default valu

Re: Ident authentication failed

2020-03-26 Thread Rob Sargent
> On Mar 26, 2020, at 1:43 PM, Ted To wrote: > > > > On 3/26/20 3:35 PM, Adrian Klaver wrote: >> Can you show the entire connection string used by miniflux? > The miniflux command is binary so, no, not easily. >> >> Did you reload/restart the server after making the changes below? > Yes. >

Re: Ident authentication failed

2020-03-26 Thread Ted To
On 3/26/20 3:35 PM, Adrian Klaver wrote: Can you show the entire connection string used by miniflux? The miniflux command is binary so, no, not easily. Did you reload/restart the server after making the changes below? Yes. My /var/opt/rh/rh-postgresql96/lib/pgsql/data/pg_hba.conf file in

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
On 3/26/20 12:40 PM, Ted To wrote: Thank you -- I added two lines to the hba file to allow for ident authentication, restarted postgres and still the same errors. Without knowing how the client is trying to connect to the server this issue will be difficult to solve. On 3/26/20 3:35 PM, Ro

Re: Ident authentication failed

2020-03-26 Thread Ted To
Thank you -- I added two lines to the hba file to allow for ident authentication, restarted postgres and still the same errors. On 3/26/20 3:35 PM, Ron wrote: You're only allowing "trust" authentication, not "ident" authentication. On 3/26/20 2:29 PM, Ted To wrote: Hi, I'm trying to configu

Re: Ident authentication failed

2020-03-26 Thread Adrian Klaver
On 3/26/20 12:29 PM, Ted To wrote: Hi, I'm trying to configure miniflux and am struggling to figure out how to configure postgres for that purpose.  (The miniflux instructions are very terse.)  Regardless of whether I run the command as the postgres user or the miniflux user, I get similar er

Re: Ident authentication failed

2020-03-26 Thread Ron
You're only allowing "trust" authentication, not "ident" authentication. On 3/26/20 2:29 PM, Ted To wrote: Hi, I'm trying to configure miniflux and am struggling to figure out how to configure postgres for that purpose.  (The miniflux instructions are very terse.)  Regardless of whether I ru