From 858318b06c7a8634c6dd0cfe3c819856e05e5200 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Tue, 24 Sep 2024 14:05:09 +0200 Subject: [PATCH] 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)