summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/appinfo/info.xml
blob: 0d9f529ed1b63ef62e5d2ae3122891af7022c2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<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>
	<licence>AGPL</licence>
	<author>Frank Karlitschek</author>
	<require>4.9</require>
	<shipped>true</shipped>
	<types>
		<authentication/>
	</types>
</info>