User identification (external/internal)

From: Einar Karttunen <ekarttun(at)cs(dot)Helsinki(dot)FI>
To: <pgsql-general(at)postgresql(dot)org>
Subject: User identification (external/internal)
Date: 2001-04-02 11:32:38
Message-ID: Pine.LNX.4.30.0104021422550.16742-100000@tankar-10.cs.Helsinki.FI
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

I have a database with aproximately 800 users. About
30% of them change each year. The users are divided
into group an each group has different per user
information. How fast is using authentication with
pgsql using a password file? Is it possible to
tie some data to an user or group? If the usernames
are in pg_shadow then there is no problem with
groups but what if I use a separate password file?
Or is the best aprouch to do the authentication
in the application (eg SELECT 1 FROM table WHERE
uname='username' AND pwd='password';)?

- Einar Karttunen

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Lohse 2001-04-02 11:46:12 Re: Using Indices
Previous Message Robert Gaszewski 2001-04-02 11:27:14 PostgreSQL 7.1, UNICODE and glibc