Spotfire® Server and Environment - Installation and Administration

Acquiring a Kerberos ticket by using a username and password

This method of acquiring a Kerberos ticket uses a username and password.

Procedure

Use the following code:
DatabaseKerberos
{
 com.sun.security.auth.module.Krb5LoginModule
 	required
 	debug=true
 	storeKey=true
 	useKeyTab=false
 	doNotPrompt=false;
};