Skip to content

Commit

Permalink
Add connection profile for WebDAV with Integrated Windows Authenticat…
Browse files Browse the repository at this point in the history
…ion enabled.
  • Loading branch information
dkocher committed Jul 19, 2021
1 parent 00932e8 commit 254bfd3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions WebDAV (Integrated Windows Authentication).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>davs</string>
<key>Vendor</key>
<string>iterate GmbH</string>
<key>Description</key>
<string>WebDAV (Integrated Windows Authentication)</string>
<key>Properties</key>
<array>
<string>webdav.ntlm.windows.authentication.enable=true</string>
</array>
</dict>
</plist>

0 comments on commit 254bfd3

Please sign in to comment.