Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin does not read Kerberos krb5.conf #179

Closed
s3n29t opened this issue Jul 4, 2016 · 2 comments
Closed

Plugin does not read Kerberos krb5.conf #179

s3n29t opened this issue Jul 4, 2016 · 2 comments

Comments

@s3n29t
Copy link

s3n29t commented Jul 4, 2016

I try to add krb5.conf and jaas.conf File to my test but they will not been read. In the system.properties I did add the parameters:
java.security.krb5.conf=krb5.conf
java.security.auth.login.config=jaas.conf

In the pom file I did add configuration -> propertiesFilesDirectory . The property files will be read except krb5.conf and jaas.conf. Do I miss something?

Regards
Peter

@Ardesco
Copy link
Contributor

Ardesco commented Jul 4, 2016

where are you putting these .conf files, and where do you expect them to go?

They probably aren't being copied across at the moment. I would guess that we need to add some config option to allow you to specify additional files to copy across.

@s3n29t
Copy link
Author

s3n29t commented Jul 5, 2016

Hi Ardesco

Thanks for your quick answer.

At the moment I did solve the problem via JVM parameters, tag "jMeter Process JVM Settings".
Normally this files are placed in the jmeter BIN path, where the properties are in place by default.
Your suggestion would be nice. From my point of view, the kerberos and jaas configuration files are part of the property files (system.properties). Maybe a note in the documentation to setup kerberos via JVM parameters is also fine.

Best regards
Peter

@pmouawad pmouawad changed the title Does not read Kerberos krb5.conf Plugin does not read Kerberos krb5.conf Apr 29, 2017
@pmouawad pmouawad added this to the 2.2.0 milestone Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants