Re: Valid until

Поиск
Список
Период
Сортировка
Искать
От
Adrian Klaver
Тема
Re: Valid until
Дата
в 15:27:02
Msg-id
7dff9a17-744d-437b-847c-18c161c8a901@aklaver.com
Ответ на
Valid until (Rama Krishnan)
Список
Дерево обсуждения
Valid until Rama Krishnan <raghuldrag@gmail.com>
Re: Valid until Adrian Klaver <adrian.klaver@aklaver.com>
Re: Valid until Tom Lane <tgl@sss.pgh.pa.us>
Re: Valid until Muhammad Imtiaz <imtiaz.m@bitnine.net>
On 5/14/24 00:57, Rama Krishnan wrote:
> Hi team,
> 
> I have a question about the "valid until" parameter in the "create role" 
> command.
> 
> I recently set a user's password validity to "2024-05-13", but despite 
> this, the user is still able to connect to the database. Is this a bug, 
> or is the "valid until" parameter just for identification purposes, 
> indicating when the password will expire?
> 
> Could you please clarify this for me?

https://www.postgresql.org/docs/current/sql-createrole.html

"
VALID UNTIL 'timestamp'

     The VALID UNTIL clause sets a date and time after which the role's 
password is no longer valid. If this clause is omitted the password will 
be valid for all time.
"

When did the user log in?

What is the TimeZone setting in the database?

> 
> 
> Thanks
> 
> Ram

-- 
Adrian Klaver
adrian.klaver@aklaver.com



В списке pgsql-general по дате отправления
От: Dimitrios Apostolou
Дата:
От: Tom Lane
Дата:
Сообщение: Re: Valid until
FAQ