Re: Removing a user's password

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Removing a user's password
Дата
Msg-id 4094.1053973414@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Removing a user's password  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Removing a user's password  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: 500 tpsQL + WAL log implementation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Removing a user's password