set authType to basic

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/39574/head
Maxence Lange 2 years ago
parent 8b9e7e235d
commit c6c06d517c
  1. 1
      apps/files_sharing/lib/External/Storage.php

@ -109,6 +109,7 @@ class Storage extends DAV implements ISharedStorage, IDisableEncryptionStorage,
'host' => $host,
'root' => $webDavEndpoint,
'user' => $options['token'],
'authType' => \Sabre\DAV\Client::AUTH_BASIC,
'password' => (string)$options['password']
]
);

Loading…
Cancel
Save