From 932ef4483c6c6f32281490b96e167263d5e50313 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Tue, 24 Sep 2024 14:05:09 +0200 Subject: [PATCH 1/2] Update information for NTLM authentication --- protocols/smb.md | 4 ++++ protocols/webdav/index.md | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/protocols/smb.md b/protocols/smb.md index 495dd780..f3ca98ea 100644 --- a/protocols/smb.md +++ b/protocols/smb.md @@ -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 + ### Share Name To connect to a specific share, you can configure a _Path_ in the bookmark. When omitted an attempt is made to list all available shares from the server. On failure retrieving share names from the server, a prompt is displayed to enter the share name when connecting. diff --git a/protocols/webdav/index.md b/protocols/webdav/index.md index 27059791..c9ca74be 100644 --- a/protocols/webdav/index.md +++ b/protocols/webdav/index.md @@ -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. + +The default domain is `WORKGROUP`. It can be set by using the [hidden property](../tutorials/hidden_properties.md) + + 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 ### Integrated Windows Authentication (IWA) From 16f479dc62a5a355886a9eb0e05f77e8c9241fba Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 25 Sep 2024 11:37:35 +0200 Subject: [PATCH 2/2] Fix link. --- protocols/webdav/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/webdav/index.md b/protocols/webdav/index.md index c9ca74be..43b8d143 100644 --- a/protocols/webdav/index.md +++ b/protocols/webdav/index.md @@ -36,7 +36,7 @@ Both *HTTP Basic Authentication* and *Digest Authentication* are supported. 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) +The default domain is `WORKGROUP`. It can be set by using the [hidden property](../../tutorials/hidden_properties.md) webdav.ntlm.domain=WORKGROUP