nextcloud/apps/user_webdavauth/appinfo/info.xml

14 lines
471 B
XML
Raw Normal View History

2012-08-26 19:51:01 +04:00
<?xml version="1.0"?>
<info>
<id>user_webdavauth</id>
<name>WebDAV user backend</name>
2012-11-05 17:22:16 +04:00
<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>
2012-08-26 19:51:01 +04:00
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<require>4.9</require>
2012-08-28 09:35:31 +04:00
<shipped>true</shipped>
2012-11-05 17:22:16 +04:00
<types>
<authentication/>
</types>
2012-08-26 19:51:01 +04:00
</info>