-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. Add documentation to set domain as part of username in bookmark. |
||
|
||
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 commentThe reason will be displayed to describe this comment to others. Learn more. The default is to set no custom domain. |
||
|
||
webdav.ntlm.domain=WORKGROUP | ||
|
||
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 commentThe reason will be displayed to describe this comment to others. Learn more. The default is set to no custom workstation. |
||
|
||
### Integrated Windows Authentication (IWA) | ||
|
||
|
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.