[pgpool-general: 6626] pgpool Authentication
temp temp
ttemp666 at gmail.com
Tue Jul 9 12:59:54 JST 2019
Hi,
Regarding pgpool authentication (pgpool 4.2)
Configuration are
pgpool.conf
enable_pool_hba = on
pool_hba.conf
host all all all md5
local all all md5
pool_passwd
postgres: "someValue"
mpspostgres: "someValue"
When i tried to connection to pgpool (with password as "someValue")
psql -U mpsroot -p 5432 -h 192.168.1.233 mpsdb
Que 1 :I am successfully able to connection even though password for
mpsroot user is not present in pool_passwd file and axxording to
https://pgpool.net/mediawiki/index.php/FAQ#I_created_pool_hba.conf_and_pool_passwd_to_enable_md5_authentication_through_pgpool-II_but_it_does_not_work._Why.3F
Auth should fail
Que 2: In pgpool authentication, between client to pgpool and pgpool to
backend DB Why both password have to be same .
Que 3: From client when i give a password in connection string , is same
password use for authenticating the client at pgpool and authentication the
client at backend DB
Que 3: what if we want authentication at back-end (DB) node only , not at
pgpool
In that case pgpool send a password from pool_passswd file or whatever the
password client passes in connection string
Que 4: If DB has authentication on, do we need a authentication at pgpool
level.
Que5 : In case we only enable authentication at DB not at pgpool, for
cached connection from pgpool to DB , do client still need to authorized.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pgpool.net/pipermail/pgpool-general/attachments/20190709/5ad255dd/attachment.htm>
More information about the pgpool-general
mailing list