Re: Authentication Question

From: Konstantinos Agouros <elwood(at)agouros(dot)de>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Konstantinos Agouros <elwood(at)agouros(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: Authentication Question
Date: 2001-04-19 21:29:03
Message-ID: 20010419232903.A32202@rumba.agouros.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 19, 2001 at 11:28:27PM +0200, Peter Eisentraut wrote:
> Konstantinos Agouros writes:
>
> > is postgres already pam-aware?
>
> No.
Will it be?
>
> > I would really like to be able to use external authentication-methods
> > (the password not the itself) to avoid setting up pass- words.
>
> What particular method that does not use passwords are you interested in?
It's not so much the 'not using passwords' it's more the use something that
is not unix-password to get to a single password space. For example on the
machines my users can log in to (all users in the company can telnet/ssh to
the same machines) i use pam_smb so that the password comes from the NT-PDC
and I don't have the trouble of giving passwords to the users. We will actually
move to libnss_smb so all we need to do is an mkdir and a chown \:) but only
after some testing.
In the case of the database I will need to create the users, since not everyone
has access (and grants etc need to be maintained also) but if a users changes
his/her password on NT, I now would have the double book keeping again I tried
to avoid.

Konstantin
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
>

--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood(at)agouros(dot)de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2001-04-19 21:35:16 Re: Delete w/ regexp
Previous Message Peter Eisentraut 2001-04-19 21:28:27 Re: Authentication Question