Acquiring a Kerberos ticket by using a keytab file
This method of acquiring a Kerberos ticket uses a keytab file.
Procedure
-
In the following code, replace
<service account name> and
<realm> with the name of the
Spotfire database account and the Kerberos realm. Make sure to
DatabaseKerberos { com.sun.security.auth.module.Krb5LoginModule required debug=true storeKey=true useKeyTab=true keyTab="${java.home}/lib/security/spotfire-database.keytab" principal="<SERVERDB_USER>@<REALM>"; };
Copyright © TIBCO Software Inc. All rights reserved.