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

Add support for CCache-based user logins #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uubk
Copy link

@uubk uubk commented Aug 29, 2022

Hey there!

It appears that currently we assume that the user always holds a keytab - however, when a normal user runs kinit, they will usually just end up with a ticket in their credential cache.

This PR makes the keytabPath, username and realm parameters
optional. If they are not set, it instead tries to look for the current
user's credential cache, using that to log in.
Due to limitations in the kerberos library used, currently, only 'FILE'
type credential caches are supported.

This commit makes the keytabPath, username and realm parameters
optional. If they are not set, it insteads tries to look for the current
user's credential cache, using that to log in.
Due to limitations in the kerberos library used, currently, only 'FILE'
type credential caches are supported.
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 this pull request may close these issues.

1 participant