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

Expose all Krb5LoginModule parameters #35

Open
ashmeer7 opened this issue Aug 26, 2015 · 1 comment
Open

Expose all Krb5LoginModule parameters #35

ashmeer7 opened this issue Aug 26, 2015 · 1 comment

Comments

@ashmeer7
Copy link

Currently, we are limited by what we can do for Kerberos. This would give people the flexibility to do what they need for Kerberos

@bluekeyes
Copy link
Member

I don't want to expose all parameters. Based on the javadocs, I think exposing the following could work:

  • ticketCache
  • useKeyTab + keyTab
  • debug

I guess these would be properties of KerberosSshCredential

bluekeyes added a commit that referenced this issue Oct 2, 2015
Debug output is verbose and goes directly to standard out, so you don't
really want this on all the time, but you also shouldn't have to change
code just to debug Kerberos issues (which might be environmental).

Fixes part of #35.
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

2 participants