Re: LDAP autos in postgres

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: LDAP autos in postgres
Date: 2021-05-28 10:13:23
Message-ID: 0c17f285-13c5-9202-1cba-df0ed58135c2@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 28.05.21 um 11:20 schrieb Yambu:
> Hello
>
> Im new to LDAP authentication.
>
> May i please know where i setup user rights when im using LDAP
> authentication? Is it in postgres or LDAP?
>
> regards

All users have to be set up in PostgreSQL  including all attributes
(CREATEROLE ...) and privileges (GRANT ...)

LDAP only does the authentication of the users. If user names within
PostgreSQL and LDAP don't match, you'll have to set up pg_ident.conf

Hope this helps.

--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Yambu 2021-05-28 10:46:16 Re: LDAP autos in postgres
Previous Message Yambu 2021-05-28 09:20:12 LDAP autos in postgres