You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/11/20 16:14:27 UTC

[jmeter] branch master updated: Add description of kerberos.spnego.use_canonical_host_name to property reference and jmeter.properties

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fc21f8  Add description of kerberos.spnego.use_canonical_host_name to property reference and jmeter.properties
6fc21f8 is described below

commit 6fc21f881367d2def98615b80accb250ba92ac96
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Nov 20 17:14:13 2021 +0100

    Add description of kerberos.spnego.use_canonical_host_name to property reference and jmeter.properties
---
 bin/jmeter.properties                     | 4 ++++
 xdocs/usermanual/properties_reference.xml | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/bin/jmeter.properties b/bin/jmeter.properties
index 4953cbd..753167e 100644
--- a/bin/jmeter.properties
+++ b/bin/jmeter.properties
@@ -403,6 +403,10 @@ remote_hosts=127.0.0.1
 # for SPNEGO authentication
 #kerberos.spnego.strip_port=true
 
+# Should the host name for constructing SPN be canonicalized
+# for SPNEGO authentication
+#kerberos.spnego.use_canonical_host_name=true
+
 # Should credentials be delegated to webservers when using
 # SPNEGO authentication
 #kerberos.spnego.delegate_cred=false
diff --git a/xdocs/usermanual/properties_reference.xml b/xdocs/usermanual/properties_reference.xml
index c64144b..d4b05a2 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -484,6 +484,9 @@ JMETER-SERVER</source>
     Should port be stripped from urls before constructing SPNs for SPNEGO authentication.
     Defaults to: <code>true</code>
 </property>
+<property name="kerberos.spnego.use_canonical_host_name">
+    Should the host name for constructing SPN be canonicalized for SPNEGO authentication.
+</property>
 <property name="kerberos.spnego.delegate_cred">
     Should SPNEGO authentication should use delegation of credentials.
     Defaults to: <code>false</code>