Re: Anyone tried storing software users as database users?

Поиск
Список
Период
Сортировка
Искать
От
Hans Peter Ertz
Тема
Re: Anyone tried storing software users as database users?
Дата
Msg-id
49F75213.1000805@gmx.net
Ответ на
Список
Дерево обсуждения
Anyone tried storing software users as database users? Paul Rogers <progers@sparkbase.com>
Re: Anyone tried storing software users as database users? Achilleas Mantzios <achill@matrix.gatewaynet.com>
Re: Anyone tried storing software users as database users? Robert Ladyman <it@file-away.co.uk>
Re: Anyone tried storing software users as database users? Hans Peter Ertz <hansi_mailinglisten@gmx.net>
Paul Rogers schrieb:
> If so then how did you handle permissions, errors, connection pooling?

Hey there!

I'm currently working on an .NET application with user- and 
privilege-management via database.

Privileges and access to frontend modules (in the application), tables, 
functions etc. (in db) is controled via group-membership in the database 
backend by querying pg_groups.
User-creation etc. (say "superuser-tasks" ) is done with functions that 
have definer-security-access (access to those controlled via user groups)

Errorhandling is done by evaluating db-error messages in try-catch-clauses.

There's no special need of any special conn-pooling-functions in my 
application.

The application is coded in vb.net, using npgsql with Postgres 8.2 in 
background.

Need to know more? --> Just ask.

Greetings,
H.P. Ertz

>[...]

В списке pgsql-admin по дате отправления
От: Achilleas Mantzios
Дата:
От: dx k9
Дата:
FAQ