Coordinating database user accounts with active directory

From: Marc Munro <marc(at)bloodnok(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Coordinating database user accounts with active directory
Date: 2007-11-21 19:44:50
Message-ID: EE886F1A-603F-4956-8FE0-0CBD21C41934@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a client that wants to use active directory for authentication
of connections to a postgres database. They want to be able to
monitor what each user is doing so believe that the best solution is
to have one database account per user. However, they do not want to
have to manage the database accounts.

Is there a simple way of coordinating active directory users with
database accounts? I am happy to write tools to deal with the
database end of things, but have no experience with active
directory. Any and all suggestions would be appreciated.

__
Marc

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-11-21 20:15:13 Re: Normalization tools for postgres?
Previous Message Scott Marlowe 2007-11-21 19:29:53 Re: loading a funtion script from a file