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

Update information for NTLM Authentication #585

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

Cassie205
Copy link
Contributor

No description provided.

@Cassie205 Cassie205 linked an issue Sep 24, 2024 that may be closed by this pull request
2 tasks
@dkocher dkocher marked this pull request as draft September 24, 2024 20:04
Copy link
Contributor

@dkocher dkocher left a 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
Copy link
Contributor

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)
Copy link
Contributor

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.
Copy link
Contributor

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
Copy link
Contributor

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.

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

Successfully merging this pull request may close these issues.

Set domain to authenticate with NTLM scheme
2 participants