Re: [SPAM] [GENERAL] AD(Active Directory) groups concepts in postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [SPAM] [GENERAL] AD(Active Directory) groups concepts in postgres
Дата
Msg-id 4c351e00-d388-d895-3f8d-6adc40a897a6@hogranch.com
обсуждение исходный текст
Ответ на Re: [SPAM] [GENERAL] AD(Active Directory) groups concepts in postgres  (Moreno Andreo <moreno.andreo@evolu-s.it>)
Ответы Re: [SPAM] [GENERAL] AD(Active Directory) groups concepts in postgres  (PAWAN SHARMA <er.pawanshr0963@gmail.com>)
Список pgsql-general
On 2/2/2017 8:24 AM, Moreno Andreo wrote:

Can we use AD(Active Directory) groups concepts in postgres as we are using this concepts in SQL server.

So, is there any possible to work with AD groups such as (IT-DBA, IT-APPS..etc ) in postgresql.

Like this?
https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD

that handles authentication, but AFAIK, postgresql has no concept of Active Directory groups, only group roles defined within the postgres server.     even if you're using AD for authentication, you still have to create roles in postgresql, and put these roles in groups.

-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: JP Jacoupy
Дата:
Сообщение: [GENERAL] Synchronous Commit, WAL archiving and statement_timeout
Следующее
От: Rob Nikander
Дата:
Сообщение: [GENERAL] Fastest simple key-value store, multiple writers, like Redis?