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

Username and password required with kerberos? #270

Open
ZeroPointEnergy opened this issue May 17, 2017 · 4 comments
Open

Username and password required with kerberos? #270

ZeroPointEnergy opened this issue May 17, 2017 · 4 comments

Comments

@ZeroPointEnergy
Copy link

Hi

If I try to use the example for kerberos from here https://github.com/WinRb/WinRM#kerberos I get the following errors:

RuntimeError: user is a required option

If I set the username I get:

RuntimeError: password is a required option

Isn't the very idea of kerberos that you don't need to provide a password if you already have a ticket in the keystore?

@PowerSupply
Copy link

I get the same thing. Any solution?

@jeking3
Copy link

jeking3 commented Jan 25, 2018

I would also be interested in seeing this work.

@ndelo
Copy link

ndelo commented Mar 16, 2018

As a workaround, you can always pass an bogus or empty string as the password option.

@pcai
Copy link
Contributor

pcai commented Jun 7, 2024

Hi, a WIP PR for this issue is here: #326 - I think it demonstrates where the bug is.

I don't think it's currently correct or complete. I will merge and cut a new release to address this issue whenever a correct and complete fix is proposed.

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

No branches or pull requests

5 participants