Re: Can Pg somehow recognize/honor linux groups to control useraccess ? - Mailing list pgsql-general

From David G. Johnston
Subject Re: Can Pg somehow recognize/honor linux groups to control useraccess ?
Date
Msg-id CAKFQuwac-vqqfFsbjpywfPq7DvJ3p_XwE-SSn_MQaBmooB23Vg@mail.gmail.com
Whole thread Raw
In response to Re: Can Pg somehow recognize/honor linux groups to control useraccess ?  (Ravi Krishna <sravikrishna@aol.com>)
List pgsql-general
On Wed, Aug 22, 2018 at 9:38 AM, Ravi Krishna <sravikrishna@aol.com> wrote:
I am not sure this is the same what I was thinking about.  For example, in db2, connect privilege can be granted to a group and so is grant privilege as in
GRANT SELECT ON TABLE SCHEMA.TABLE TO GROUP ABC;
GRANT CONNECT ON DATABASE TO GROUP ABC 


The "LOGIN" attribute for a Role is not inheritable and I do not imagine changing it to be is something the project can consider.

Every login user must have their own role in the database.  These roles are separate from O/S users though "mappings" can be established between the two in pg_hba.conf.

David J.

pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: Can Pg somehow recognize/honor linux groups to control useraccess ?
Next
From: Dimitri Maziuk
Date:
Subject: Re: Can Pg somehow recognize/honor linux groups to control useraccess ?