68f8717056
While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
15 lines
686 B
XML
15 lines
686 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>user_webdavauth</id>
|
|
<name>User backend using remote HTTP servers</name>
|
|
<description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
|
|
|
|
Attention: This app is not compatible with the LDAP user and group backend. This app is not the WebDAV interface of ownCloud, if you don't understand what it does then do not enable it.</description>
|
|
<licence>AGPL</licence>
|
|
<author>Frank Karlitschek</author>
|
|
<requiremin>4.93</requiremin>
|
|
<shipped>true</shipped>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
</info>
|