Upload Kerberos configuration files

You can upload the Kerberos configuration file or the key table.

Prerequisite

You have the Technical configuration administrator function privilege.

Procedure

  1. Click Application launcher Application launcher > Administration Administration. The Administration opens with the Configuration Configuration view.

  2. Click User Management.

  3. Click the arrow next to Kerberos. The Cross-tenant symbol Cross-tenant indicates that the settings made apply to all tenants on this server and cannot be changed.

  4. Click General.

  5. To upload the key table file, click Upload Upload under the Key table field. To upload the configuration file, click Upload Upload under the Configuration file field. You find this file on your installation medium under Add-ons\Kerberos. The dialog for uploading a file opens.

  6. Select the relevant file.

You have uploaded a configuration file.

Creating a key table file

If you have no key table file available, generate a key table file using the JRE tool ktab.exe. To do so, enter the following in the console:

ktab -a userPrincipalName@REALM password -n 0 -append -k umc.keytab

Display existing key table file

You can display the content of an existing key table file using the JRE tool ktab.exe. To do so, enter the following in the console:

ktab -l -e -t -k FILE:C:\<file location of the umc.ktab file>\umc.ktab