| From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
|---|---|
| To: | Anitha P <85anitha(at)gmail(dot)com> |
| Cc: | pgsql-bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: PostgreSQL 12 Authentication type questions. |
| Date: | 2021-10-08 16:03:23 |
| Message-ID: | CAMkU=1xJj=XA9qay968Mto0w8ihYMk6OabZLRaxXQ2kyStdJ7g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Fri, Oct 8, 2021 at 3:54 AM Anitha P <85anitha(at)gmail(dot)com> wrote:
>
> Hello Postgresql Team,
>>
>> I have a question for you.
>>
>> If we would like to implement ldap authentication as well as password
>> authentication for some users at a same time (like authentication type as
>> password, global in oracle), Is there any option with postgresql 12? I did
>> tested password authentication and as well as ldap authentication users
>> separately by touching pg_hba.conf file, it works separately but not at the
>> same time for different users..
>>
>
Yes, you can have different methods at the same time for different users.
pg_hba has a user column for this purpose. It is entirely unclear what
specifically you tried, and what about it didn't work. This is much too
vague to be a valid bug report.
Cheers,
Jeff
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Francisco Olarte | 2021-10-08 16:22:31 | Re: GROUP BY using tablename.* does not work if tablename has 1 column with NULL values |
| Previous Message | Narayanan Iyer | 2021-10-08 15:31:57 | GROUP BY using tablename.* does not work if tablename has 1 column with NULL values |