Creating a keytab file for the Kerberos service account (using the ktutil command on Linux)
This method of creating a keytab file on Linux uses the
ktutil command.
Prerequisites
Kerberos is installed on the Linux host where
Spotfire Server is installed.
The tools
ktutil,
klist, and
kinit are available on the Linux host.
Procedure
Start the ktutil tool by invoking it from the command line without any arguments. Execute the commands below, replacing <database account name> with the user login name of the
Spotfire database account, written in lowercase letters:
Copy the
spotfire-database.keytab file to the following
Spotfire Server directory:
<installation dir>/jdk/jre/lib/security.
Note: Because this file contains sensitive information, it must be handled with care. The file must not under any circumstances be readable by unauthorized users.
Note: If you change the password of the Kerberos service account, you must re-create the keytab file.