-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error negotiating GSS context: configuration file could not be opened: open : no such file or directory #128
Comments
After installing krb5-config I've gotten past the "no such file or directory" error. But now there are some additional KDC errors. Is the system required to be a member of the domain in order to make updates to the AD DNS? |
@getSurreal you need to
|
@alexpekurovsky Thanks, this fixes the problem!! OS: Mac OS X already joined to AD domain. |
@getSurreal Does #128 (comment) solve your issue? |
Just ran into this and it would be great if the KRB5_CONFIG was auto-generated by the provider somehow. If anything it should be documented somewhere. (If it already is I apologize, I must have missed it.) |
After adding this and adding an export everything works. No need to install any other packages. Thanks for the assist! This issue can probably be closed. |
I would not close that, because that provider requires some additional configuration outside the terraform process, without ability to do it inside provider configuration. It would be great if provider generate that file and export as @mcmcghee mentioned. |
I am running into this same issue, running from my windows machine, do I need to install a krb5 package or something? I have the krb5.conf file and the system env variable (KRB5_CONFIG) set to its path. |
Is there a required system library to get GSSAPI working from linux (ubuntu). I'm able to create a DNS record on Microsoft DNS from a windows box, but not from linux.
Error updating DNS record: Error negotiating GSS context: configuration file could not be opened: open : no such file or directory
I've attempted installing several GSS and Kerberos packages, but with no change.
terraform 0.13.5
The text was updated successfully, but these errors were encountered: