Skip to content
Snippets Groups Projects
Unverified Commit a439a66c authored by Jordan Borean's avatar Jordan Borean
Browse files

Added auth_protocol to readme docs

parent 5bfb7282
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ the `ClientConfig`:
* `password`: The default password to use for authentication
* `domain_controller`: The domain controller hostname. This is useful for environments with DFS servers as it is used to identify the DFS domain information automatically
* `skip_dfs`: Whether to skip doing any DFS resolution, useful if there is a bug or you don't want to waste any roundtrip requesting referrals
* `auth_protocol`: The authentication protocol to use; `negotiate` (default), `kerberos`, or `ntlm`
As well as setting the default credentials on the `ClientConfig` you can also
specify the credentials and other connection parameters on each `smbclient`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment