Re: Re: ODBC Security - Mailing list pgsql-interfaces

From Ludek Finstrle
Subject Re: Re: ODBC Security
Date
Msg-id 20010528181415.X29883@anxur.fi.muni.cz
Whole thread Raw
In response to Re: ODBC Security  ("Selowa, Simon" <sselowa@mail.sbic.co.za>)
List pgsql-interfaces
> Is it possible to set up a security or access rights for ODBC connection?.
> Lately, I have experienced a problem whereby a user deleted a table from my
> DB2 Database. This user  accesses the database via the ODBC connection.

It depends what you want. If you fill in configuration dialog for ODBC
username and password then it's impossible.

But you can configure ODBC without filling username an password and then
user have to fill username and password to connect to postgres (only once
per session) when he use ODBC connection. And in postgresql you can specify
users and their privileges.

Regards

Luf


pgsql-interfaces by date:

Previous
From: "Erny"
Date:
Subject: Meta info for queries
Next
From:
Date:
Subject: Re: libpq++ in Apache Problem.