Re: alter user

From: "Scott Marlowe" <smarlowe(at)g2switchworks(dot)com>
To: <wim(dot)bertels(at)khleuven(dot)be>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: alter user
Date: 2005-09-22 23:51:35
Message-ID: BB4329D6F8E32046ACFC6631ACA3E7BA18FC36@koolancexeon.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Instead of using a general purpose account, why not give everyone an account, then make them a member of a group, and give that group the access.

That way you can easily add / remove people from the group instead of trying to do it this way.

Otherwise, don't use a password, set the machine to use trust or ident or something like that where a password wouldn't matter.

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org on behalf of Wim Bertels
Sent: Thu 9/22/2005 6:13 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] alter user

Ls,

any user can change his own password,
i haven't found a way of prohibiting this.
what about a general user (eg test/test), that is used by many people,
one of those people could use alter user (being connected as test/test) the
change the password, leaving the rest clueless..

suggestions to prevent this?, i need a general (readonly) user!

--
Wim Bertels

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2005-09-22 23:56:54 Re: Copy command not writing complete data to text file
Previous Message Wim Bertels 2005-09-22 23:13:37 alter user