Re: LDAP Authentication - Mailing list pgsql-general

From John R Pierce
Subject Re: LDAP Authentication
Date
Msg-id 553812EF.10608@hogranch.com
Whole thread Raw
In response to LDAP Authentication  (Joseph Kregloh <jkregloh@sproutloud.com>)
Responses Re: LDAP Authentication  (Joseph Kregloh <jkregloh@sproutloud.com>)
List 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 by date:

Previous
From: puneet252002
Date:
Subject: Connecting to 2 different DB on same machine
Next
From: John R Pierce
Date:
Subject: Re: Connecting to 2 different DB on same machine