Extracting SAML Attributes from Keytab
The
AAA Negotiate Action command can now extract user information from a
keytab file instead of requiring you to enter that information
manually. If a keytab has more than one SPN, AAA selects the correct
SPN. You can configure this feature at the NetScaler command line, or
by using the configuration utility.
To configure AAA to extract user information from a keytab file at the command line, type the appropriate command:
add authentication negotiateAction <name> [-keytab <string>]
set authentication negotiateAction <name> [-keytab <string>]
For
<name>, substitute the name of the negotiateAction. If you are
adding a new action, the name can be from one to 127 characters in
length and can consist of upper- and lowercase letters, numbers, and
the hyphen (-) and underscore (_) characters. For <string>,
substitute the full path and filename of the keytab file that you want
to use.
To configure AAA to extract user information from a keytab file by using the configuration utility, do the following steps:
1) Open Security, AAA, Policies, Authentication, Negotiate.
2) In the Data pane, click the Servers tab.
3) Do one of the following:
* If you want to create a new Negotiate action, click Add.
* If you want to modify an existing Negotiate action, in the data pane select the action, and then click Edit.
4) If you are creating a new Negotiate action, in the Name text box, type a name for your new action.
The name can be from one to 127 characters in length and can consist of
upper- and lowercase letters, numbers, and the hyphen (-) and
underscore (_) characters.
If you are modifying an existing Negotiate action, skip this step. The name is read-only; you cannot change it.
5) Under Negotiate, if the Use Keytab file check box is not already checked, check it.
6) In the Keytab file path text box, type the full path and filename of the keytab file that you want to use.
7) In the Default authentication group text box, type the authentication group that you want to set as default for this user.
8) Click Create or OK to save your changes.