Re: pg_hba.conf conf editor methods - Mailing list pgadmin-hackers

From Magnus Hagander
Subject Re: pg_hba.conf conf editor methods
Date
Msg-id 49D21892.1090703@hagander.net
Whole thread Raw
In response to pg_hba.conf conf editor methods  (Dave Page <dpage@pgadmin.org>)
Responses Re: pg_hba.conf conf editor methods  (Dave Page <dpage@pgadmin.org>)
List 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


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7781 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/include/utils pgadmin/utils
Next
From: Dave Page
Date:
Subject: Re: pg_hba.conf conf editor methods