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 2015/04/30 20:42:01 UTC

svn commit: r1677040 - /jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml

Author: fschumacher
Date: Thu Apr 30 18:42:01 2015
New Revision: 1677040

URL: http://svn.apache.org/r1677040
Log:
Correct a few typos

Modified:
    jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml

Modified: jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml?rev=1677040&r1=1677039&r2=1677040&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml Thu Apr 30 18:42:01 2015
@@ -56,10 +56,10 @@ LDAP tutorial</a> which shortly explains
 the several LDAP operations that can be used in building a complex testplan.
 </p>
 <p>
-Take care when using LDAP special characters in the distinghuished name, in that case (eg, you want to use a + sign in a
-distinghuished name) you need to escape the character by adding an "\" sign before that character.
-extra exeption: if you want to add a \ character in a distinguished name (in an add or rename operation), you need to use 4 backslashes.
-examples:
+Take care when using LDAP special characters in the distinguished name, in that case (e.g. you want to use a + sign in a
+distinguished name) you need to escape the character by adding an "\" sign before that character.
+Extra exception: if you want to add a \ character in a distinguished name (in an add or rename operation), you need to use 4 backslashes.
+Examples:
 cn=dolf\+smits to add/search an entry with the name like cn=dolf+smits
 cn=dolf \\ smits to search an entry with the name cn=dolf \ smits
 cn=c:\\\\log.txt to add an entry with a name like cn=c:\log.txt
@@ -100,8 +100,8 @@ field that you can modify. In this examp
 <p>
             For each of the different operations, some default values can be filled in.
             In All cases, when a default is filled in, this is used for the LDAP extended requests.
-            For each requst, you can override the defaults by filling in the values in the LDAP extended request sampler.
-            When no value is entered which is necesarry for a test, the test will fail in an unpredictable way!
+            For each request, you can override the defaults by filling in the values in the LDAP extended request sampler.
+            When no value is entered which is necessary for a test, the test will fail in an unpredictable way!
             </p>
             We will not enter any default values here, as we will build a very small testplan, so we will explain all the different fields when we add the LDAP Extended samplers.
 </subsection>
@@ -164,11 +164,11 @@ Enter the hostname value from the LDAP s
 Enter the portnumber from the LDAP server (636 : ldap over SSL) in the port field
 </li>
 <li>
-<i>(Optional)</i> Enter the baseDN in the DN field, this baseDN will be used as thestarting point for searches, add, deletes etc.<br/>
-take care that this must be the uppermost shared level for all your request, eg When all information is stored under ou=Users, dc=test, dc=com, you can use this value in the basedn.<br/>
+<i>(Optional)</i> Enter the baseDN in the DN field, this baseDN will be used as the starting point for searches, add, deletes, etc.<br/>
+take care that this must be the uppermost shared level for all your request, e.g. when all information is stored under ou=Users, dc=test, dc=com, you can use this value in the basedn.<br/>
 </li>
 <li>
-<i>(Optional)</i> Enter the distinghuised name from the user you want to use for authentication.
+<i>(Optional)</i> Enter the distinguished name from the user you want to use for authentication.
 When this field is kept empty, an anonymous bind will be established.
 </li>
 <li>
@@ -202,7 +202,7 @@ Select the "Search Test" button.
 When left empty, the basedn is used as a search base, this files is important if you want to use a "base-entry" or "one-level" search (see below)
 </li>
 <li>
-Enter the searchfilter, any decent LDAP serach filter will do, but for now, use something simple, like (sn=Doe) or (cn=*)
+Enter the searchfilter, any decent LDAP search filter will do, but for now, use something simple, like (sn=Doe) or (cn=*)
 </li>
 <li>
 <i>(Optional)</i> Enter the scope in the scope field, it has three options:
@@ -215,18 +215,18 @@ Enter the searchfilter, any decent LDAP
      </li></ol>
 </li>
 <li>
-<i>(Optional)</i> Size limit, specifies the maximun number of returned entries,
+<i>(Optional)</i> Size limit, specifies the maximum number of returned entries,
 </li>
 <li>
-<i>(Optional)</i> Time limit, specifies the maximum number of miliseconds, the SERVER can use for performing the search. it is NOT the maximun time the application will wait.<br/>
+<i>(Optional)</i> Time limit, specifies the maximum number of milliseconds, the SERVER can use for performing the search. It is NOT the maximum time the application will wait.<br/>
 When a very large returnset is returned, from a very fast server, over a very slow line, you may have to wait for ages for the completion of the search request, but this parameter will not influence this.
 </li>
-<li><i>(Optional)</i> Attributes you want in the search answer. This can be used to limit the size of the answer, especially when an onject has very large attributes (like jpegPhoto). There are three possibilities:
+<li><i>(Optional)</i> Attributes you want in the search answer. This can be used to limit the size of the answer, especially when an object has very large attributes (like jpegPhoto). There are three possibilities:
 <ol><li>Leave empty (the default setting must also be empty) This will return all attributes.
 </li>
 <li>Put in one empty value (""), it will request a non-existent attributes, so in reality it returns no attributes
 </li>
-<li>Put in the attributes, seperated by a semi-colon. It will return only the requested attributes
+<li>Put in the attributes, separated by a semi-colon. It will return only the requested attributes
 </li></ol></li>
 <li>
 <i>(Optional)</i> Return object. Checked will return all java-object attributes, it will add these to the requested attributes, as specified above.<br/>
@@ -255,10 +255,10 @@ Rename the element: "3. Compare Test"
 Select the "Compare" button.
 </li>
 <li>
-enter the entryname form the object on which you want the compare operation to work, relative to the basedn, eg "cn=jdoe,ou=Users"
+enter the entryname form the object on which you want the compare operation to work, relative to the basedn, e.g. "cn=jdoe,ou=Users"
 </li>
 <li>
-Enter the compare filter, this must be in the form "attribute=value", eg "mail=jdoe@test.com"
+Enter the compare filter, this must be in the form "attribute=value", e.g. "mail=jdoe@test.com"
 </li>
 </ol>
 </p>
@@ -278,15 +278,15 @@ Rename the element: "4. Single bind/unbi
 Select the "Single bind/unbind" button.
 </li>
 <li>
-Enter the FULL distinghuised name from the user you want to use for authentication.<br/>
-eg. cn=jdoe,ou=Users,dc=test,dc=com
+Enter the FULL distinguished name from the user you want to use for authentication.<br/>
+E.g. cn=jdoe,ou=Users,dc=test,dc=com
 When this field is kept empty, an anonymous bind will be established.
 </li>
 <li>
 Enter the password for the user you want to authenticate with, an empty password will also lead to an anonymous bind.
 </li>
 </ol>
-<b>Take care</b>: This single bind/unbind is in reality two seperate operations but cannot easily be split!
+<b>Take care</b>: This single bind/unbind is in reality two separate operations but cannot easily be split!
 </p><p>
 <figure image="ldaptest/extsbind.png">
 Figure &sect-num;.3.4. Single bind/unbind example</figure>
@@ -303,7 +303,7 @@ Rename the element: "5. Add Test"
 Select the "Add" button.
 </li>
 <li>
-Enter the distinghuised name for the object to add, relative to the basedn.
+Enter the distinguished name for the object to add, relative to the basedn.
 </li>
 <li>
 Add a line in the "add test" table, fill in the attribute and value.<br/>
@@ -329,14 +329,14 @@ Rename the element: "6. Modify Test"
 Select the "Modify test" button.
 </li>
 <li>
-Enter the distinghuised name for the object to modify, relative to the basedn.
+Enter the distinguished name for the object to modify, relative to the basedn.
 </li>
 <li>
 Add a line in the "modify test" table, with the "add" button.
 </li>
 <li>
 You need to enter the attribute you want to modify, (optional) a value, and the opcode. The meaning of this opcode:
-<ol><li><b>add</b><br/> this will mean that the attribute value (not optional in this case) willbe added to the attribute.<br/>
+<ol><li><b>add</b><br/> this will mean that the attribute value (not optional in this case) will be added to the attribute.<br/>
 When the attribute is not existing, it will be created and the value added<br/>
 When it is existing, and defined multi-valued, the new value is added.<br/>
 when it is existing, but single valued, it will fail.</li>
@@ -378,11 +378,11 @@ that is, if you want to rename "cn=Littl
 you need to enter "cn=John Junior Doe,ou=Users" in the old entry name-field.
 </li>
 <li>
-Enter the new name of the entry, relative to the baseDN, in the "new distinghuised name-Field".<br/>
+Enter the new name of the entry, relative to the baseDN, in the "new distinguished name-Field".<br/>
 when you only change the RDN, it will simply rename the entry<br/>
-when you also add a different subtree, eg you change from cn=john doe,ou=Users to cn=john doe,ou=oldusers, it will move the entry.
+when you also add a different subtree, e.g. you change from cn=john doe,ou=Users to cn=john doe,ou=oldusers, it will move the entry.
 You can also move a complete subtree (If your LDAP server supports this!), eg ou=Users,ou=retired, to ou=oldusers,ou=users, 
-this will move the complete subtee, plus all retired people in the subtree to the new place in the tree.
+this will move the complete subtree, plus all retired people in the subtree to the new place in the tree.
 </li>
 </ol>
 </p>