mirror of https://github.com/apache/jmeter.git
Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4)
Make jaas application configuration and default to JMeter
Bugzilla Id: 53480
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1509858 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4c35341b67
This commit is contained in:
parent
573311d02e
commit
a2506c9e6e
|
|
@ -332,6 +332,10 @@ log_level.jorphan=INFO
|
|||
# Define the local host address to be used for multi-homed hosts
|
||||
#httpclient.localaddress=1.2.3.4
|
||||
|
||||
# AuthManager Kerberos configuration
|
||||
# Name of application module used in jaas.conf
|
||||
#kerberos_jaas_application=JMeter
|
||||
|
||||
# Sample logging levels for Commons HttpClient
|
||||
#
|
||||
# Commons HttpClient Logging information can be found at:
|
||||
|
|
|
|||
Loading…
Reference in New Issue