Control client certificate requesting with the pg_hba option "clientcert"
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Nov 2008 09:29:36 +0000 (09:29 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Nov 2008 09:29:36 +0000 (09:29 +0000)
commit3c486fbd1c8e8f79902a40ef929c4ed54f122561
treea72f7d12449747de29b1e0e50c953eba8df4a132
parent5054867632a3e3be6c7507b982ac20fbd04d3717
Control client certificate requesting with the pg_hba option "clientcert"
instead of just relying on the root certificate file to be present.
doc/src/sgml/runtime.sgml
src/backend/libpq/auth.c
src/backend/libpq/be-secure.c
src/backend/libpq/hba.c
src/include/libpq/hba.h
src/include/libpq/libpq.h