Add new Pgpool-II config parameter allow_clear_text_frontend_auth
authorMuhammad Usama <m.usama@gmail.com>
Wed, 2 May 2018 08:57:36 +0000 (13:57 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Wed, 2 May 2018 08:57:36 +0000 (13:57 +0500)
commit6c07f428200042b38bf9c17f74a70c657ace65af
tree24eb93fb6c1f3d9884d916c2d881dbe14a7f7dee
parent0c9589084b9115f17278d1e50510a8de2966260a
Add new Pgpool-II config parameter allow_clear_text_frontend_auth

allow_clear_text_frontend_auth allows Pgpool-II to use clear text password
authentication with front-end clients, when pool_passwd file does not
contain the password for connecting user while the backend asks for
MD5 or SCRAM type authentication.
allow_clear_text_frontend_auth only works when pool_hba is not enabled
src/auth/pool_auth.c
src/config/pool_config_variables.c
src/include/pool_config.h
src/sample/pgpool.conf.sample
src/sample/pgpool.conf.sample-logical
src/sample/pgpool.conf.sample-master-slave
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-stream
src/utils/pool_process_reporting.c
src/watchdog/watchdog.c
src/watchdog/wd_json_data.c