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

Is it possible to use Kerberos for authentication? #223

Open
tharwan opened this issue Oct 1, 2024 · 3 comments
Open

Is it possible to use Kerberos for authentication? #223

tharwan opened this issue Oct 1, 2024 · 3 comments

Comments

@tharwan
Copy link

tharwan commented Oct 1, 2024

is it possible to use an existing Kerberos Ticket for authentication?

@miketeo
Copy link
Owner

miketeo commented Oct 2, 2024

@tharwan
Some SMB servers support Kerberos but pysmb does not support it.

For your question, it is possible to use an existing Kerberos ticket to request resources from a SMB server.

@tharwan
Copy link
Author

tharwan commented Oct 2, 2024

Is there anything I need to configure, just leaving out password and user did not work for me.

@miketeo
Copy link
Owner

miketeo commented Oct 2, 2024

It is not that simple. Both server and client needs to have support for Kerberos.
The flow looks something like the attached diagram.
firefox_NXvHytDkjL

You should refer to the relevant documentation for your server/client on how to achieve it.

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

2 participants