Re: [ADMIN] Authentication Problems

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [ADMIN] Authentication Problems
Дата
Msg-id Pine.LNX.3.96.980801234531.1201B-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Authentication Problems  ("G.Elangovan " <elangog@wipinfo.soft.net>)
Список pgsql-general
On Fri, 31 Jul 1998, G.Elangovan  wrote:

> Please suggest me what are all the way i
> can implement AUTHENTICATION on USER , DATABASE and TABLE.
> As i have seen, to my knowledge i understood we can implement
> Grant and Revoke on table
> But how can we do the same on the DATABASE
> There is a password attribute in pg_shadow
> how can this be used to implement on USER
>
>
> And finally please help to know whether Postgres 6.3.2
> has security on the USER AND DATABASE
>
> HOW CAN I CREATE pg_ident.conf and how can i use it  for authentication
> on User/Database/Table

This file exists in your PGDATA directory (the one which has the data
directory holding your databases).

It's the place to restrict which client hosts can access which databases.
The default file contains instructions on how to taylor it to your needs.

As for restricting user accesses to a database, the only way for that
(AFAIK) is with grant. ie: grant priveledges to the users you want to have
access, and revoke permissions to public.

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres


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

Предыдущее
От: Roland Roberts
Дата:
Сообщение: Re: [GENERAL] PostgreSQL connect options?
Следующее
От: Daniele Orlandi
Дата:
Сообщение: Re: [GENERAL] PostgreSQL connect options?