On 24 August 2010 18:06, Sorin Nicolae Ghebarau <[email protected]> wrote: > 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?
LDAP controls are not currently supported in JMeter. > > > Thank you, > > Sorin > > > > > > > This email is subject to Computaris email terms of use: > http://www.computaris.com/email_terms > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

