nextcloud/apps/user_webdavauth/appinfo/info.xml

16 lines
537 B
XML
Executable File

<?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.
This app is not compatible to the LDAP user and group backend.</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<require>4.93</require>
<shipped>true</shipped>
<types>
<authentication/>
</types>
</info>