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

Clarify and improve specifying the keytab principal for SPNEGOKRB5Authenticate #147

Closed
jcmturner opened this issue Jun 16, 2018 · 0 comments
Assignees

Comments

@jcmturner
Copy link
Owner

  • Improve the documentation to make it clearer what that "sa" argument is for:
    func SPNEGOKRB5Authenticate(f http.Handler, kt keytab.Keytab, sa string, requireHostAddr bool, l *log.Logger) http.Handler {
  • Enable the principal passed to also specify the @realm suffix. This will need the logic to be updated in this function:
    func (t *Ticket) DecryptEncPart(keytab keytab.Keytab, sa string) error {
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

1 participant