View | Details | Raw Unified | Return to bug 53480
Collapse All | Expand All

(-)xdocs/usermanual/component_reference.xml (-4 / +4 lines)
Lines 3430-3436 These can be set up using a <complink name="CSV Data Set Config"/> Element (for Link Here
3430
3430
3431
<properties>
3431
<properties>
3432
        <property name="Name" required="No">Descriptive name for this element that is shown in the tree. </property>
3432
        <property name="Name" required="No">Descriptive name for this element that is shown in the tree. </property>
3433
        <property name="Clear auth on each iteration ?" required="Yes">Used by Kerberos authentication, if checked authentication will be done on each iteration of Main Thread Group loop even if it has already been done</property>
3433
        <property name="Clear auth on each iteration ?" required="Yes">Used by Kerberos authentication. If checked, authentication will be done on each iteration of Main Thread Group loop even if it has already been done</property>
3434
  <property name="Base URL" required="Yes">A partial or complete URL that matches one or more HTTP Request URLs.  As an example,
3434
  <property name="Base URL" required="Yes">A partial or complete URL that matches one or more HTTP Request URLs.  As an example,
3435
say you specify a Base URL of "http://jmeter.apache.org/restricted/" with a username of "jmeter" and
3435
say you specify a Base URL of "http://jmeter.apache.org/restricted/" with a username of "jmeter" and
3436
a password of "jmeter".  If you send an HTTP request to the URL
3436
a password of "jmeter".  If you send an HTTP request to the URL
Lines 3457-3470 This was an experimental feature and has been removed. Link Here
3457
</note>
3457
</note>
3458
<br></br>
3458
<br></br>
3459
<b>Kerberos Configuration:</b>
3459
<b>Kerberos Configuration:</b>
3460
<p>To configure Kerberos you need to setup at least 2 JVM system properties:
3460
<p>To configure Kerberos you need to setup at least two JVM system properties:
3461
<ul>
3461
<ul>
3462
    <li>-Djava.security.krb5.conf=krb5.conf</li>
3462
    <li>-Djava.security.krb5.conf=krb5.conf</li>
3463
    <li>-Djava.security.auth.login.config=jaas.conf</li>
3463
    <li>-Djava.security.auth.login.config=jaas.conf</li>
3464
</ul>
3464
</ul>
3465
You can also configure those 2 properties in file system.properties.
3465
You can also configure those two properties in the file system.properties.
3466
3466
3467
See 2 configuration file samples with reference documentation in jmeter bin folder.
3467
Look at the two sample configuration files in the jmeter bin folder for references to more documentation.
3468
</p>
3468
</p>
3469
<br></br>
3469
<br></br>
3470
<b>Controls:</b>
3470
<b>Controls:</b>

Return to bug 53480