You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/08/02 22:59:57 UTC

svn commit: r1509858 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Fri Aug  2 20:59:57 2013
New Revision: 1509858

URL: http://svn.apache.org/r1509858
Log:
Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4)
Make jaas application configuration and default to JMeter
Bugzilla Id: 53480

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1509858&r1=1509857&r2=1509858&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Fri Aug  2 20:59:57 2013
@@ -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: