Hi, I have problems in creating a specific ldapmodify in Jmeter.
This is the LDAP modify that I need to make in Jmeter: ldapmodify -x -h localhost -p 389 -D cn=auser -w apassword -f ldiffile.ldif ----ldiffile.ldif start----- dn: [email protected],key=auseruid,o=test,o=test.com control: 1.3.6.1.4.1.15573.1.2.1.2 changetype: modify replace: ipV4Address ipV4Address: F1F1F1F1 ----ldiffile.ldif end----- My problem is that I cannot find a field in Jmeter to include the "control: 1.3.6.1.4.1.15573.1.2.1.2" parameter, and the ldapmodify cannot work without specifying the "control" in this specific case. Is there a way to include the "control" field in the jmeter ldapmodify request? Or this is a Jmeter limitation? Thank you, Sorin This email is subject to Computaris email terms of use: http://www.computaris.com/email_terms

