Re: [GENERAL] USER Profiles for PostgreSQL

From: chiru r <chirupg(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Forums postgresql <pgsql-general(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [GENERAL] USER Profiles for PostgreSQL
Date: 2017-09-19 19:33:01
Message-ID: CA+RSxMhT4hBbK2DYxdKuGt4y9JDjX=XoQo_iScU5HM1ntoRopg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Yes, LDAP will do. However we need to sync the user accounts and groups
between AD and PG servers.and then AD profiles will apply to PG user
accounts for authentication.

It is good if we have user profiles in core PostgreSQL database system. So
it will add more security.

Thanks,
Chiranjeevi

On Tue, Sep 19, 2017 at 3:09 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> On Tue, Sep 19, 2017 at 01:28:11PM -0400, Stephen Frost wrote:
> > Tom,
> >
> > * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> > > chiru r <chirupg(at)gmail(dot)com> writes:
> > > > We are looking for User profiles in ope source PostgreSQL.
> > > > For example, If a user password failed n+ times while login ,the
> user
> > > > access has to be blocked few seconds.
> > > > Please let us know, is there any plan to implement user profiles in
> feature
> > > > releases?.
> > >
> > > Not particularly. You can do that sort of thing already via PAM,
> > > for example.
> >
> > Ugh, hardly and it's hokey and a huge pain to do, and only works on
> > platforms that have PAM.
> >
> > Better is to use an external authentication system (Kerberos, for
> > example) which can deal with this, but I do think this is also something
> > we should be considering for core, especially now that we've got a
> > reasonable password-based authentication method with SCRAM.
>
> Does LDAP do this too?
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> EnterpriseDB http://enterprisedb.com
>
> + As you are, so once was I. As I am, so you will be. +
> + Ancient Roman grave inscription +
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2017-09-19 19:42:40 Re: pgcrypto encrypt
Previous Message Bruce Momjian 2017-09-19 19:24:37 Re: SAP Application deployment on PostgreSQL

Browse pgsql-hackers by date

  From Date Subject
Next Message John R Pierce 2017-09-19 19:45:34 Re: [HACKERS] USER Profiles for PostgreSQL
Previous Message Jeff Janes 2017-09-19 19:29:34 Re: Create replication slot in pg_basebackup if requested and not yet present