Configure Kerberos authentication
To enable Kerberos user authentication, modify the IXIA TEXTML Server configuration.
Before you begin
- TEXTML Servermust run on a recent version of Windows server with Active Directory for Kerberos authentication to work.
- You must use Administrator privileges in an elevated command prompt to run the identified commands.
About this task
For Kerberos authentication, you must create Service Principal Names (SPN) for the server in the Active Directory. The SPN is a unique identifier that must be created for each service that will use Kerberos authentication, so that clients can locate it over a network. The SPN is assigned to the account that is running TEXTML Server.
The SPN is the name that users will enter when they add a server to an administration console.
The account that you assign to SPN depends on your configuration.
-
If the TEXTML Server service runs under the default "Local Service" or "System" account, assign the SPN to the NetBIOS name of the machine, such as
machinename@acme.local
.Note that the TEXTML Server service should not run as the Local Service if any one of the following conditions applies:
- TEXTML Server is installed in a Windows cluster
- There are multiple Active Directory Forests in the network
- An Active Directory Forest includes many domains
- If the TEXTML Server service is running as another user,
assign SPN to
username
, such asmyusername@acme.local
, which must be unique in the Active Directory. - If the TEXTML Server service is running in a cluster,
assign the SPN to the
username
, such asmyusername@acme.local
, and not the machine name, so that it can still be reached in case of a cluster failover.
For more information about Kerberos, see http://msdn.microsoft.com/en-us/library/ms178119(v=sql.105).aspx.
To enable Kerberos authentication: