Re: Removing a user's password

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Removing a user's password
Дата
Msg-id 200305270145.h4R1jIX06597@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Removing a user's password  (Michael Brusser <michael@synchronicity.com>)
Список pgsql-hackers
Michael Brusser wrote:
> Is setting password to NULL better then deleting user?
> Mike

They are different.  Remove password allows the user to still log into
other non-password databases.  Removing the user prevents any
connection.

---------------------------------------------------------------------------


> 
> 
> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Bruce Momjian
> Sent: Monday, May 26, 2003 2:32 PM
> To: Tom Lane
> Cc: PostgreSQL-development
> Subject: Re: [HACKERS] Removing a user's password
> 
> 
> Tom Lane wrote:
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > What capabilities do we have for removing a user's password?
> >
> > If you set VALID UNTIL to 'now' (or sometime in the past), you've
> > effectively prevented him from logging in with the password ---
> > more effectively than setting the password to NULL, since if the
> > user is still logged in he can just undo that.  I don't think we
> > really need to do anything more here.
> 
> Well, can they undo the VALID UNTIL too?  I think at a minimum we need
> to document the proper procedure for removing a password.  I see NULL as
> a more logical way of removing the password rather than playing with
> VALID UNTIL.
> 
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: "Rasmus Resen Amossen"
Дата:
Сообщение: Re: Tom and Fernando: Status for "WITH RECURSIVE"
Следующее
От: Guido van Rossum
Дата:
Сообщение: Re: Expect problems with PL/Python and Python version 2.2.3+