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/23 18:13:51 UTC

svn commit: r1516921 - /jmeter/trunk/bin/system.properties

Author: pmouawad
Date: Fri Aug 23 16:13:51 2013
New Revision: 1516921

URL: http://svn.apache.org/r1516921
Log:
Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) 
Clarify
Bugzilla Id: 53480

Modified:
    jmeter/trunk/bin/system.properties

Modified: jmeter/trunk/bin/system.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/system.properties?rev=1516921&r1=1516920&r2=1516921&view=diff
==============================================================================
--- jmeter/trunk/bin/system.properties (original)
+++ jmeter/trunk/bin/system.properties Fri Aug 23 16:13:51 2013
@@ -82,5 +82,7 @@
 sun.net.http.allowRestrictedHeaders=true
 
 #Uncomment for Kerberos authentication and edit the 2 config files to match your domains
+#With the following configuration krb5.conf and jaas.conf must be located in bin folder
+#You can modify these file paths to use absolute location
 #java.security.krb5.conf=krb5.conf
 #java.security.auth.login.config=jaas.conf