Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 17318 invoked from network); 19 Jun 2008 14:15:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 14:15:03 -0000 Received: (qmail 70429 invoked by uid 500); 19 Jun 2008 14:14:59 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 70412 invoked by uid 500); 19 Jun 2008 14:14:59 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 70401 invoked by uid 99); 19 Jun 2008 14:14:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 07:14:58 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of michele.mase@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 14:14:09 +0000 Received: by wa-out-1112.google.com with SMTP id n4so582608wag.5 for ; Thu, 19 Jun 2008 07:14:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=k5pyc2cT7Z3d9jQUv3rkFtPtBWo6vBdRgVTyO/XWVv4=; b=BW4/swZR05SlEV5Hg1hN4F8ZrLjWanMDvz6JWxL9xqW0yUwp+T3+8OI+ezKEto5d/+ KaiM8/Lg6/mnVqmApmdVu2cvnhwkkEgcD/i2bh9gVsz45b4AMtIgvZ6acnv2N9NVASwD fK4o1w6oxCNibZi4T46rr0qsZmdV6e+mj6J3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=M8goaoWZKLUO+EMw2XNnV4tGdBU6L+UdPs2xs/0S1bshAeNpRAHozGXsRNL53wwp/8 +T1b838sR0mqJlZ+cXdsyw+juiBPgils/Xi8G6JYY7VBdhtkrKgm5A7UNDpLLFBqb0IE 6nOlICB6OSckG3tl3Nqf4DEqnBpKC1wz5ZzZY= Received: by 10.114.159.17 with SMTP id h17mr2619081wae.227.1213884867776; Thu, 19 Jun 2008 07:14:27 -0700 (PDT) Received: by 10.115.94.12 with HTTP; Thu, 19 Jun 2008 07:14:27 -0700 (PDT) Message-ID: Date: Thu, 19 Jun 2008 16:14:27 +0200 From: "Michele Mase'" To: jmeter-user@jakarta.apache.org Subject: ldap password with variables MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5977_2376025.1213884867780" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5977_2376025.1213884867780 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm trying to test a ldap connection through jmeter's ldap request and extended ldap req. I've a csv comma delimited lists of users and their password. How could I use the ldap req. using the users list with variables (like ${USER} and ${PASS}) without writing the password for each different user? The login field has the password box "protected", you cannot use a variable. Suggestions? Regards Michele ------=_Part_5977_2376025.1213884867780--