Re: Extended security/restriction to any role with login access

Поиск
Список
Период
Сортировка
От Lennin Caro
Тема Re: Extended security/restriction to any role with login access
Дата
Msg-id 607359.23897.qm@web59503.mail.ac4.yahoo.com
обсуждение исходный текст
Ответ на Extended security/restriction to any role with login access  ("Domingo Alvarez Duarte" <mingodad@gmail.com>)
Ответы Re: Extended security/restriction to any role with login access  ("Domingo Alvarez Duarte" <mingodad@gmail.com>)
Список pgsql-admin
ok, let try this .....

open the pg_hba.conf and check the line

host    all         all         127.0.0.1/32          trust

and change to

host    all         all         127.0.0.1/32          password



--- On Thu, 6/26/08, Domingo Alvarez Duarte <mingodad@gmail.com> wrote:
From: Domingo Alvarez Duarte <mingodad@gmail.com>
Subject: Re: [ADMIN] Extended security/restriction to any role with login access
To: lennin.caro@yahoo.com
Cc: "Carol Walter" <walterc@indiana.edu>, pgsql-admin@postgresql.org
Date: Thursday, June 26, 2008, 9:45 PM

I did the following:
-Connect as superuser postgres with pgadmin and create a user -> noaccess
CREATE ROLE noaccess LOGIN
  NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE;

-Disconnect from the server
-Connect to the server with user 'noaccess' through pgadmin3, and I can see all databases/functions/schemas/roles.

What am I missing ?

On Thu, Jun 26, 2008 at 8:44 PM, Lennin Caro <lennin.caro@yahoo.com> wrote:
hello...

you can restric acces from all the databases in your cluster. When you use pgadmin3 this show all the databases but if you dont have access to the databases you cant see the struct of this.

check waht user use pgadmin3 for connect to databases

create groups and add privileges to the group later add the users to the group




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

Предыдущее
От: Lennin Caro
Дата:
Сообщение: Re: Extended security/restriction to any role with login access
Следующее
От: Lennin Caro
Дата:
Сообщение: Re: Extended security/restriction to any role with login access