-
Notifications
You must be signed in to change notification settings - Fork 65
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
Update information for NTLM Authentication #585
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document additional option to read NTLM domain and workstation from the environment on Windows using webdav.ntlm.environment=true
@@ -33,6 +33,10 @@ Username and password must be provided for authentication using NTLM. The option | |||
- `COMPUTERNAME\username` | |||
- `NETBIOSDOMAINNAME\username` | |||
|
|||
Alternatively, the domain can be specified by adding the realm using the following [hidden property](../tutorials/hidden_properties.md) | |||
|
|||
webdav.ntlm.workstation=REALM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smb.domain.default=WORKGROUP
Used when connecting to [SharePoint](../sharepoint.md) using WebDAV. | ||
When connecting to a [SharePoint](../sharepoint.md) WebDAV server the domain must be provided using NTLM. | ||
|
||
The default domain is `WORKGROUP`. It can be set by using the [hidden property](../../tutorials/hidden_properties.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is to set no custom domain.
@@ -34,7 +34,15 @@ Both *HTTP Basic Authentication* and *Digest Authentication* are supported. | |||
|
|||
### NTLM Authentication | |||
|
|||
Used when connecting to [SharePoint](../sharepoint.md) using WebDAV. | |||
When connecting to a [SharePoint](../sharepoint.md) WebDAV server the domain must be provided using NTLM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add documentation to set domain as part of username in bookmark.
|
||
If your using a custom domain you can specify it by adding the workstation using the following hidden property | ||
|
||
webdav.ntlm.workstation=REALM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is set to no custom workstation.
No description provided.