Re: LDAP Authentication

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: LDAP Authentication
Date: 2015-04-22 22:06:23
Message-ID: 55381B5F.6050408@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/22/2015 2:57 PM, Joseph Kregloh wrote:
>
>
>
> I see. That would still require a manual process to create the user on
> each server. I was planing on using some already existing scripts to
> create the user automatically on all servers and then LDAP would
> authorize depending on attributes in their LDAP profile.

but thats not how it works, so all the 'planing' in the world won't
change a thing.

access rights per database are managed with GRANT, users must be CREATE
USER on each server regardless of how they are authenticated.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-04-22 23:27:52 Re: ERROR: could not open relation with OID
Previous Message Joseph Kregloh 2015-04-22 21:57:23 Re: LDAP Authentication