8000 webdav: document dCache and Macaroons · devdevmac/rclone@b15603d · GitHub
[go: up one dir, main page]

Skip to content

Commit b15603d

Browse files
onnozweersncw
authored andcommitted
webdav: document dCache and Macaroons
1 parent 71c974b commit b15603d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/webdav.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ pass = encryptedpassword
189189

190190
### dCache ###
191191

192+
dCache is a storage system with WebDAV doors that support, beside basic and x509,
193+
authentication with [Macaroons](https://www.dcache.org/manuals/workshop-2017-05-29-Umea/000-Final/anupam_macaroons_v02.pdf) (bearer tokens).
194+
192195
Configure as normal using the `other` type. Don't enter a username or
193196
password, instead enter your Macaroon as the `bearer_token`.
194197

@@ -203,3 +206,6 @@ user =
203206
pass =
204207
bearer_token = your-macaroon
205208
```
209+
210+
There is a [script](https://github.com/onnozweers/dcache-scripts/blob/master/get-share-link) that
211+
obtains a Macaroon from a dCache WebDAV endpoint, and creates an rclone config file.

0 commit comments

Comments
 (0)
0