spnego-krb-service-name
Use the spnego-krb-service-name stanza entry to specify the Kerberos service principal names for the server.
spnego-krb-service-name = kerberos_server_principal_nameDescription
List of Kerberos service principal name (SPNs) for the server. Create a separate entry for each Kerberos service principal name.
Options
kerberos_server_principal_name This name is created by combining the string HTTP with the hostname. The syntax is:
HTTP@host_nameThe host name is the DNS name by which browsers contact the Web server. Use the fully qualified host name.
Usage: Required.
Default: None.
Example:
spnego-krb-service-name = HTTP@diamond.subnet2.ibm.com spnego-krb-service-name = HTTP@ruby.subnet2.ibm.com