Re: Can I grant permissions to specific set of uids (linux) ?

2018-03-06 Thread David G. Johnston
On Tue, Mar 6, 2018 at 1:26 PM, David Gauthier wrote: > Hi: > > I'd like to grant select, insert, update, delete to a table for a specific > set of uids (linux). All others get select only. Can the DB authenticate > the current linux user and grant access based on the fact that they are > logge

Re: Can I grant permissions to specific set of uids (linux) ?

2018-03-06 Thread Melvin Davidson
On Tue, Mar 6, 2018 at 3:26 PM, David Gauthier wrote: > Hi: > > I'd like to grant select, insert, update, delete to a table for a specific > set of uids (linux). All others get select only. Can the DB authenticate > the current linux user and grant access based on the fact that they are > logge

Can I grant permissions to specific set of uids (linux) ?

2018-03-06 Thread David Gauthier
Hi: I'd like to grant select, insert, update, delete to a table for a specific set of uids (linux). All others get select only. Can the DB authenticate the current linux user and grant access based on the fact that they are logged in ()IOW, no passwords ?Is this possible ? If so, how ? Than