Skip to content

Conversation

@NikolausDemmel
Copy link

Fixes #225

Changes proposed in this pull request:

  • add option to specify either 'basic' or 'digest' in the config for WebDav.
  • 'basic' (which is also the default if you don't specify anything) is the same as before: it uses basic authentication
  • 'digest' uses digest authentication

array(
'class' => '\OCA\UserExternal\WebDAVAuth',
'arguments' => array('https://example.com/webdav'),
'class' => '\OCA\UserExternal\WebDavAuth',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: I also fixed the typo in the capitalization of WebDavAuth here.

@violoncelloCH violoncelloCH self-requested a review July 23, 2024 10:21
@violoncelloCH violoncelloCH added enhancement New feature or request 3. to review labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User backend \\OCA\\UserExternal\\WebDAVAuth not found

2 participants