-
Notifications
You must be signed in to change notification settings - Fork 19
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
kadm5_init_with_password: Incorrect password #51
Comments
This appears to be working in my local environment. I need to double check my passwords and usernames in the dev environment where it's failing. |
Leveraging the rkerberos gem on my dev environment master server, it appears to be functioning as expected when passing the proper credentials:
|
Local environment still working. Though if un/pw aren't getting set & used properly I could see how it would work locally as it's just using blank values. |
Issue creating principals via host_keytab recipe.
We're setting the passwords via databag:
and appears they should be getting passed via the init:
https://github.com/atomic-penguin/cookbook-krb5/blob/master/resources/principal.rb#L30
Still trying to debug, looking for additional options to try as well.
The text was updated successfully, but these errors were encountered: