mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Give also hint about possible conflicts in the user_webdavauth description
This commit is contained in:
parent
414b7e8e03
commit
f0893fb8fe
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
<info>
|
||||
<id>user_webdavauth</id>
|
||||
<name>WebDAV user backend</name>
|
||||
<description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other webserver to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.</description>
|
||||
<description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other webserver to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
|
||||
|
||||
This app is not compatible to the LDAP user and group backend.</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Frank Karlitschek</author>
|
||||
<require>4.9</require>
|
||||
|
|
|
|||
Loading…
Reference in a new issue