Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?
Date: 2011-07-27 16:27:23
Message-ID: 1311784043.24356.YahooMailNeo@web26002.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Guys,

I'm having what's hopefully a fairly trivial issue here with pg_hba.conf in 9.0.4; when I add in the following line

        host all +ad_users 10.10.0.0/16 ldap <ldap details>

If I try to log in with a superuser account from the 10.10.0.0/16 network it appears to try to authenticate it against that entry via ldap.

This didn't happen in 8.4.8, what could I be missing?

Thanks
Glyn

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2011-07-27 16:32:01 Re: Adding line to pg_hba.conf for a specific group makes superuser authentication fail in 9.0?
Previous Message Fujii Masao 2011-07-27 09:16:59 Re: replication_timeout does not seem to be working