User identification (external/internal)

Поиск
Список
Период
Сортировка
От Einar Karttunen
Тема User identification (external/internal)
Дата
Msg-id Pine.LNX.4.30.0104021422550.16742-100000@tankar-10.cs.Helsinki.FI
обсуждение исходный текст
Список 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Robert Gaszewski
Дата:
Сообщение: PostgreSQL 7.1, UNICODE and glibc
Следующее
От: Alexander Lohse
Дата:
Сообщение: Re: Using Indices