If you are using the
IXIA TEXTML Server Java Console to connect to a server with Kerberos authentication, you must
enable Kerberos authentication on the Console.
Procedure
-
Go to the directory for the TEXTML Server Java Console.
For example:
On
Windows:
C:\Program Files\IxiaSoft\TextmlServer44\TextmlAdminJava\
-
Open the krb5.ini.empty
file and save is as krb5.ini.
This file specifies the Kerberos configuration used for
authentication. Configure it as follows:
For
example:
[domain_realm]
.acme.local = ACME.LOCAL
acme.local = ACME.LOCAL
acme = ACME.LOCAL
ACME = ACME.LOCAL
[libdefaults]
default_realm = ACME.LOCAL
dns_lookup_kdc = true
dns_lookup_realm = true
[logging]
[realms]
ACME.LOCAL = {
kdc = dc1.acme.local
kdc = dc2.acme.local
admin_server = dc1.acme.local
default_domain = ACME.LOCAL
}