We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 an existing Kerberos Ticket for authentication?
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
Is there anything I need to configure, just leaving out password and user did not work for me.
It is not that simple. Both server and client needs to have support for Kerberos. The flow looks something like the attached diagram.
You should refer to the relevant documentation for your server/client on how to achieve it.
No branches or pull requests
is it possible to use an existing Kerberos Ticket for authentication?
The text was updated successfully, but these errors were encountered: