Re: Questions on setup and usage

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Michael Gould" <mgould(at)intermodalsoftwaresolutions(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Questions on setup and usage
Date: 2009-07-06 17:20:58
Message-ID: 4A51EC2A0200002500028414@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Please keep the list copied. Also, it's best to quote the minimum
required for context, and to avoid top-posting. (It's much easier for
most people to read this way.)

Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net> wrote:
> "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:

>>> 3. We use active directory to validate a user's login. We have
>>> "rules" and functionality security built in as stored procedures.
>>> How would we do this under Postgres. We do this with a
>>> configuration variable during the login process stored process.
>>> If the company uses active directory we use it to validate the
>>> user, if not then we present a user login and require that a login
>>> be manually entered. For those companies that use active
>>> directory we try to have our application validate the AD so that
>>> the user isn't required to multiple applications.
>>
>> I don't know anything about that. Perhaps someone else will jump
>> in with advice.

> Thanks, I think I can use Kerbos 5 in order to handle the security
> login.

> I also find that it would be nice that instead of putting a date to
> have the password expire on a user that you could set the number of
> days that a password expires in. I guess we could write a user
> function for that.

> Is there any way using a character set or locale setting to make
> sure that the where clause is case insensitive other than using
> ILIke?

I believe so, but I'll leave the details to those more familiar with
the issue.

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Gould 2009-07-06 18:20:29 Re: Questions on setup and usage
Previous Message Kevin Grittner 2009-07-06 16:58:04 Re: Questions on setup and usage