<div dir="ltr">Hi Ishii,<div><br></div><div>I tested your patch and was not able to apply it, so I rebased it. I tested it on Pgpool 4.1 and it is working as expected.</div><div><br></div><div>- GSSAPI Authentication direct to PG13</div><div>[umarhayat@localhost pgpool2]# psql -U &quot;postgres/myrealm.example@MYREALM.EXAMPLE&quot; -h myrealm.example postgres -p 5432<br>psql (13.0)<br>GSSAPI-encrypted connection<br>Type &quot;help&quot; for help.<br><br></div><div>- GSSAPI Authentication via Pgpool direct to PG13 (before patch)</div><div>postgres=# \q<br>[umarhayat@localhost pgpool2]# psql -U &quot;postgres/myrealm.example@MYREALM.EXAMPLE&quot; -h myrealm.example postgres -p 9999<br>psql: error: could not connect to server: server closed the connection unexpectedly<br>        This probably means the server terminated abnormally<br>        before or while processing the request.<br></div><div><br></div><div>- GSSAPI Authentication via Pgpool direct to PG13 (after patch)</div><div>[umarhayat@localhost pgpool2]# psql -U &quot;postgres/myrealm.example@MYREALM.EXAMPLE&quot; -h myrealm.example postgres -p 9999<br>psql: error: could not connect to server: ERROR:  failed to authenticate with backend<br>DETAIL:  unsupported auth kind received from backend: authkind:7<br></div><div><br></div><div>Regards</div><div>Umar Hayat</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 23, 2020 at 8:15 AM Tatsuo Ishii &lt;<a href="mailto:ishii@sraoss.co.jp">ishii@sraoss.co.jp</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">As you might already know, Pgpool-II currently does not support<br>
GSSAPI.  Until we support it, I think we need to tell frontend that<br>
Pgpool-II does not support GSSAPI when frontend requests it. Otherwise<br>
frontend will have a confusing message from Pgpool-II.<br>
<br>
<a href="https://www.pgpool.net/pipermail/pgpool-general/2020-September/007353.html" rel="noreferrer" target="_blank">https://www.pgpool.net/pipermail/pgpool-general/2020-September/007353.html</a><br>
<br>
Attached patch should do it. I don&#39;t have GSSAPI enabled frontend and<br>
I cannot test it. I would appreciate if someone tests it out.<br>
<br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
_______________________________________________<br>
pgpool-hackers mailing list<br>
<a href="mailto:pgpool-hackers@pgpool.net" target="_blank">pgpool-hackers@pgpool.net</a><br>
<a href="http://www.pgpool.net/mailman/listinfo/pgpool-hackers" rel="noreferrer" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-hackers</a><br>
</blockquote></div>