Acquiring a Kerberos ticket by using a username and password
This method of acquiring a Kerberos ticket uses a username and password.
Procedure
-
In the following code, replace
<service account name> and
<password> with the name and the password of the
Spotfire database account:
DatabaseKerberos
{
com.sun.security.auth.module.Krb5LoginModule
required
debug=true
storeKey=true
useKeyTab=false
doNotPrompt=false;
};
Copyright © TIBCO Software Inc. All rights reserved.