Re: PostgreSQL 12 Authentication type questions.

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: PostgreSQL 12 Authentication type questions.
Дата
Msg-id CAMkU=1xJj=XA9qay968Mto0w8ihYMk6OabZLRaxXQ2kyStdJ7g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 12 Authentication type questions.  (Anitha P <85anitha@gmail.com>)
Список pgsql-bugs
On Fri, Oct 8, 2021 at 3:54 AM Anitha P <85anitha@gmail.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Narayanan Iyer"
Дата:
Сообщение: GROUP BY using tablename.* does not work if tablename has 1 column with NULL values
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: GROUP BY using tablename.* does not work if tablename has 1 column with NULL values