git.postgresql.org Git - postgresql.git/commit
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
This is the main PostgreSQL git repository.
RSS
Atom