password security

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: PGSQL <pgsql-general(at)postgresql(dot)org>
Subject: password security
Date: 2002-08-21 20:43:40
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB04C73E54@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Howdy:

Running PostgreSQL 7.2.1 on RedHat Linux 7.2.

We have a user community that connects to the
database via ODBC drivers. They use a few
applications, but for the most part, it's MS Access.

I've changed the passwords for users so that
they will have to set their passwords in
the ODBC configuration. On PostgreSQL I
just did:

"alter user <username> with encrypted 'passwd'"

and it looked okay (no errors to speak of returned).

BUT, when the users log on without changing thier
configuration, they can still access the tables.

Is there something else I should change? Something
in the hba.conf file?

Any other documentation specifically to securing
the database (permissions, groups, etc)?

Thanks!

-X

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-08-21 21:11:59 Re: password security
Previous Message Bruce Momjian 2002-08-21 18:18:21 Re: Mysql -> PgSQL