Re: LDAP Authentication

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: LDAP Authentication
Дата
Msg-id 553812EF.10608@hogranch.com
обсуждение исходный текст
Ответ на LDAP Authentication  (Joseph Kregloh <jkregloh@sproutloud.com>)
Ответы Re: LDAP Authentication  (Joseph Kregloh <jkregloh@sproutloud.com>)
Список pgsql-general
On 4/22/2015 11:37 AM, Joseph Kregloh wrote:
> I have successfully setup LDAP and setup simple authentication using
> simple bind. This was my test case. Now I need to move to the next
> lever which would be search and bind. This will allow me to grant
> access to particular servers for some people. I am not sure where or
> how the ldapsearchattibute comes into play.
>


you would do this by CREATE USER on the various servers for those
people, along with GRANT.  LDAP only provides authentication, it doesn't
manage authorization.

--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: puneet252002
Дата:
Сообщение: Connecting to 2 different DB on same machine
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Connecting to 2 different DB on same machine