Re: LDAP authorization with postgresql

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Keith Brown <keith6014(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: LDAP authorization with postgresql
Date: 2021-10-08 19:08:19
Message-ID: 20211008190819.GW20998@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Keith Brown (keith6014(at)gmail(dot)com) wrote:
> I use GSS for authentication. But I would like to setup LDAP based
> authorization, so a user can have access to a particular
> database/role/etc...I found documentation on how to setup LDAP but
> don't really see any examples for what I am trying to do. Any
> suggestions?

You probably want to look into a tool to sync your LDAP directory group
membership with roles in PG.

eg: https://github.com/larskanis/pg-ldap-sync

(Glad to hear you're using GSS for authentication!)

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Keith Brown 2021-10-08 20:01:38 Re: LDAP authorization with postgresql
Previous Message talk to ben 2021-10-08 15:09:51 Re: Gist fastbuild and performances