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

krb5.conf parameter expansion #428

Open
jake-scott opened this issue Feb 21, 2021 · 0 comments · May be fixed by #429
Open

krb5.conf parameter expansion #428

jake-scott opened this issue Feb 21, 2021 · 0 comments · May be fixed by #429

Comments

@jake-scott
Copy link
Contributor

Some krb5.conf values support parameter expansion, such as default_ccache_name. The library doesn't currently support these, I will submit a PR to cover..

jake-scott added a commit to jake-scott/gokrb5 that referenced this issue Feb 21, 2021
Fixes jcmturner#428

Support parameter expansion for default_ccache_name,
default_client_keytab_name and default_keytab_name.

Additionally, parse krb5-config if it exists, for defaults that aren't
set in krb5.conf.  This should support MIT sites that use a self-maintained
version or distros that change MIT defaults.
@jake-scott jake-scott linked a pull request Feb 21, 2021 that will close this issue
jcmturner pushed a commit to jake-scott/gokrb5 that referenced this issue Jun 13, 2022
Fixes jcmturner#428

Support parameter expansion for default_ccache_name,
default_client_keytab_name and default_keytab_name.

Additionally, parse krb5-config if it exists, for defaults that aren't
set in krb5.conf.  This should support MIT sites that use a self-maintained
version or distros that change MIT defaults.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant