nextcloud/apps/user_webdavauth/appinfo/info.xml

16 lines
545 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>
<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 19:43:03 +04:00
This app is not compatible with the LDAP user and group backend.</description>
2012-08-26 19:51:01 +04:00
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<requiremin>4.93</requiremin>
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>