Re: pg_hba.conf conf editor methods

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pg_hba.conf conf editor methods
Date: 2009-03-31 13:20:18
Message-ID: 49D21892.1090703@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:
> The pg_hba.conf editor seems to be missing support for ldap, gss and
> sspi authentication methods. The attached patch adds the missing
> support. As it's so close to release, I'd appreciate some careful
> reviewing!!
>
> Note that I consider this a bug fix because when used to open a file
> with ldap lines, I found they were not even shown to me, therefore
> giving incorrect information about the auth methods that were enabled.

In 8.4, krb5 and PAM also takes an argument.

As does cert authentication - if we're adding 8.4 features and we're
adding auth methods, we should add that one as well.

Also, *all* "hostssl" rows now take the argument "clientcert".

//Magnus

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-03-31 13:44:40 Re: pg_hba.conf conf editor methods
Previous Message svn 2009-03-31 13:18:27 SVN Commit by dpage: r7781 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/include/utils pgadmin/utils