Information
Having a two-part authorization scheme increases the security of user IDs by making them harder to compromise.
Solution
To enable server authentication that maps two-part user IDs to two-part authorization IDs, you must set:
srvcon_pw_plugin to IBMOSauthserverTwoPart
clnt_pw_plugin to IBMOSauthclientTwoPart
To enable client authentication that maps two-part user IDs to two-part authorization IDs, you must set:
srvcon_pw_plugin to IBMOSauthserverTwoPart
clnt_pw_plugin to IBMOSauthclientTwoPart
To enable Kerberos authentication that maps two-part user IDs to two-part authorization IDs, you must set:
srvcon_gssplugin_list to IBMOSkrb5TwoPart
clnt_krb_plugin to IBMkrb5TwoPart
For example:
db2=> update dbm cfg using srvcon_pw_plugin IBMOSauthserverTwoPart