git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 6b9e875) | patch
Add new clientcert hba option verify-full
Sat, 9 Mar 2019 20:09:10 +0000 (12:09 -0800)
Sat, 9 Mar 2019 20:19:47 +0000 (12:19 -0800)
commit 0516c61b756e39ed6eb7a6bb54311a841002211a
Add new clientcert hba option verify-full

This allows a login to require both that the cn of the certificate
matches (like authentication type cert) *and* that another
authentication method (such as password or kerberos) succeeds as well.

The old value of clientcert=1 maps to the new clientcert=verify-ca,
clientcert=0 maps to the new clientcert=no-verify, and the new option
erify-full will add the validation of the CN.

Author: Julian Markwort, Marius Timmer
Reviewed by: Magnus Hagander, Thomas Munro
doc/src/sgml/client-auth.sgml diff | blob | blame | history
doc/src/sgml/runtime.sgml diff | blob | blame | history
src/backend/libpq/auth.c diff | blob | blame | history
src/backend/libpq/hba.c diff | blob | blame | history
src/include/libpq/hba.h diff | blob | blame | history
src/test/ssl/t/001_ssltests.pl diff | blob | blame | history
src/test/ssl/t/SSLServer.pm diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /