| From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
|---|---|
| To: | MURAT KOÇ <m(dot)koc21(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Password Security Standarts on PostgreSQL |
| Date: | 2013-03-07 14:40:38 |
| Message-ID: | 5138A6E6.6070103@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 03/07/2013 03:10 AM, MURAT KOÇ wrote:
> 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 ?
The only part of the above that I know of is VALID UNTIL
(PASSWORD_LIFE_TIME) from below:
http://www.postgresql.org/docs/9.2/interactive/sql-createrole.html
> Regards,
> Murat KOC
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Shaun Thomas | 2013-03-07 14:47:03 | Re: Why does slony use a cursor? Anyone know? |
| Previous Message | Ian Pilcher | 2013-03-07 14:37:06 | Re: Trust intermediate CA for client certificates |