server/apps/user_webdavauth/appinfo/info.xml

16 lines
545 B
XML
Raw Normal View History

2012-08-26 15:51:01 +00:00
<?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.
2014-03-26 15:43:03 +00:00
This app is not compatible with the LDAP user and group backend.</description>
2012-08-26 15:51:01 +00:00
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<requiremin>4.93</requiremin>
2012-08-28 05:35:31 +00:00
<shipped>true</shipped>
2012-11-05 13:22:16 +00:00
<types>
<authentication/>
</types>
2012-08-26 15:51:01 +00:00
</info>