Kerberos authentication
NOTE
The Security Console does not currently support "Round Robin" Kerberos configurations.
Complete the following steps to configure a Kerberos integration as an external authentication source.
Define an external authentication source
- Click the Administration tab.
- Under “Authentication” window, click Manage console authentication: 2FA and SSO.
- On the “Security Console Configuration” screen, click the Authentication tab.
- Under “Kerberos Authentication Source Listing”, click the Add Kerberos Source button.

- Click the Enable authentication source checkbox.
- Click the Default realm checkbox.
- Enter the name of the Kerberos realm.
- Enter the name of the key distribution center.
- Click Save.
The Authentication tab will now list your new Kerberos authentication source. 10. Finally, click Save on the “Security Console Configuration” screen to finalize your authentication sources.
Create user accounts
With your external authentication source defined, you can now create accounts for your users.
- Click the Administration tab.
- Under “Users” click Manage users.
- Click New User.
- On the “User Configuration” screen’s General tab, select your new authentication method from the dropdown list.
- Complete all fields as required.
NOTE
Password fields are disabled when external authentication sources are selected. The Security console does not control, or allow for, password changes for users authenticated by external sources.
- Click Save when finished.
Manually setting Kerberos encryption types
You can secure connections to the Kerberos source by specifying ticket encryption types for the connection to use.
- Using a text editor, create a text file named
kerberos.properties
. - Add the following line to the file:
1default_tkt_enctypes=
- Append this line with one or more encryption types as desired. Separate multiple types with a space. Example:
1default_tkt_enctypes= aes128-cts-hmac-sha1-96 aes256-cts-hmac-sha1-96
Choose from any of the following encryption types:
- des-cbc-md5
- des-cbc-crc
- des3-cbc-sha1
- rc4-hmac
- arcfour-hmac
- arcfour-hmac-md5
- aes128-cts-hmac-sha1-96
- aes256-cts-hmac-sha1-96
- gssapi
- gss-spnego
- When finished, save the file in the
<install_dir>/nsc/conf
directory. The changes will be applied when the Security Console restarts.