Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
kerberos接続を使用して接続しているかどうかを示すSQLを実行できるかどうか、DB2で知っている人はいますか?
以下はうまくいくかもしれません。接続が Kerberos 経由で認証されたと明示的には述べていませんが、Kerberos 経由の認証を暗示しています。
SELECT 1 FROM SYSIBMADM.DBMCFG WHERE NAME='authentication' AND VALUE IN('KERBEROS','KRB_SERVER_ENCRYPT') FETCH FIRST ROW ONLY