Skip to content

Commit

Permalink
Update information for NTLM authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 authored and dkocher committed Sep 25, 2024
1 parent 70e2f19 commit 932ef44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions protocols/smb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 9 additions & 1 deletion protocols/webdav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 39 in protocols/webdav/index.md

View workflow job for this annotation

GitHub Actions / build

'myst' cross-reference target not found: '../tutorials/hidden_properties.md' [myst.xref_missing]

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)

Expand Down

0 comments on commit 932ef44

Please sign in to comment.