]> granicus.if.org Git - postgresql/commit
Add a hook to CREATE/ALTER ROLE to allow an external module to check the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Nov 2009 21:57:56 +0000 (21:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Nov 2009 21:57:56 +0000 (21:57 +0000)
commitc742b795ddce852975c513a04c29966420937553
tree0601238f078df38b4913d3460de0d92b57653ae6
parent5e66a51c2eebaad4c0d78e3f776d74b2c5a0d1bc
Add a hook to CREATE/ALTER ROLE to allow an external module to check the
strength of database passwords, and create a sample implementation of
such a hook as a new contrib module "passwordcheck".

Laurenz Albe, reviewed by Takahiro Itagaki
contrib/Makefile
contrib/README
contrib/passwordcheck/Makefile [new file with mode: 0644]
contrib/passwordcheck/passwordcheck.c [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/passwordcheck.sgml [new file with mode: 0644]
src/backend/commands/user.c
src/include/commands/user.h