Am 02.06.2014 14:50, schrieb Masters,Louis:
I'm trying to get Kerberos to work with the HTTP Authorization
Manager.  It matches the URL correctly, but when I debug my app, I see
it is using the currently logged in user instead of the
username/password I specify in the manager.  There are no
authentication errors in the log.

Details:
JDK 1.6.0_32
JMeter 2.11
HTTPClient 4

Have you configured the properties

java.security.krb5.conf=krb5.conf
java.security.auth.login.config=jaas.conf

in your bin/system.properties file?

What is your server sending? It has to send a header "WWW-Authenticate: Negotiate" with a status of 401.

Regards
 Felix


I tried setting the "http.authentication.preemptive$Boolean" to false
and true, but that does not seem to work.

Thanks,
Lou


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to