Re: [SPAM] AD(Active Directory) groups concepts in postgres

From: PAWAN SHARMA <er(dot)pawanshr0963(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [SPAM] AD(Active Directory) groups concepts in postgres
Date: 2017-02-02 19:09:50
Message-ID: CAPgXFMTDY7UP=kCjVj3HD_91Xv=0zX06i_oprw8AxZOunoVS9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 3, 2017 at 12:08 AM, John R Pierce <pierce(at)hogranch(dot)com> wrote:

> On 2/2/2017 8:24 AM, Moreno Andreo wrote:
>
>
> Can we use AD(Active Directory) groups concepts in postgres as we are
> using this concepts in SQL server.
>
> So, is there any possible to work with AD groups such as (IT-DBA,
> IT-APPS..etc ) in postgresql.
>
>
> Like this?
> https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD
>
>
> that handles authentication, but AFAIK, postgresql has no concept of
> Active Directory groups, only group roles defined within the postgres
> server. even if you're using AD for authentication, you still have to
> create roles in postgresql, and put these roles in groups.
>
> --
> john r pierce, recycling bits in santa cruz
>
>
Thanks John,

So, We need to follow below steps in such case:

1: Create User
2:Create group
3:Alter Group Add/Remove User's......????????

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2017-02-02 19:13:03 Re: Fastest simple key-value store, multiple writers, like Redis?
Previous Message Rob Nikander 2017-02-02 19:00:59 Fastest simple key-value store, multiple writers, like Redis?