Password Security Standarts on PostgreSQL

Поиск
Список
Период
Сортировка
От MURAT KOÇ
Тема Password Security Standarts on PostgreSQL
Дата
Msg-id CAA4y46wkbBi3-vtXa65A4ru5NKK7mHRhePADMi=dy_x4YJn=Xg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Password Security Standarts on PostgreSQL
Re: Password Security Standarts on PostgreSQL
Список pgsql-general
Hi list,
 
In Oracle, it could be created a user profile called "PROFILE" and this profile could have below specifications:
 
PASSWORD_LIFE_TIME     (that describes when password will expire)
FAILED_LOGIN_ATTEMPTS (specifies number of failed login attempts before locking user account)
PASSWORD_LOCK_TIME   (specified time after user account is locked because of failed login attempts exceeded)
PASSWORD_VERIFY_FUNCTION  (this allows setting a strong password verify function - min characters, password complexity)
 
Has PostgreSQL got any capability like this except LDAP, kerberos or PAM authentication ?
 
Regards,
Murat KOC

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

Предыдущее
От: François Beausoleil
Дата:
Сообщение: Re: round returns -0
Следующее
От: Glyn Astill
Дата:
Сообщение: Re: Why does slony use a cursor? Anyone know?