TargetPrincipal CLI/ODBC configuration keyword
Specifies the fully qualified Kerberos principal name of the Db2® instance owner for a target server.
- db2cli.ini keyword syntax:
- TargetPrincipal = name/instance@REALM
- Default setting:
- None
- Usage notes:
For Windows operating systems, the fully qualified Kerberos principal name is the Db2 server service logon account in one of the following forms:
userid@DOMAIN
,userid@xxx.xxx.xxx.com
, ordomain\userid
. For example, if the Db2 server service account is LocalSystem then the TargetPrincipal keyword isHOST/host_name@DOMAIN
, where host_name is the fully qualified host name and DOMAIN is the fully qualified domain name in uppercase. Otherwise, the TargetPrincipal keyword isuserid@DOMAIN
, where userid is the user ID for the Db2 server service account and DOMAIN is the fully qualified domain name in uppercase.