Blame view

sources/apps/user_webdavauth/appinfo/info.xml 689 Bytes
03e52840d   Kload   Init
1
2
3
4
5
  <?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.
6d9380f96   Cédric Dupont   Update sources OC...
6
  	Attention: This app is not compatible with the LDAP user and group backend. This app is not the webdav interface of ownCloud, if you don't understand what it does then do not enable it.</description>
03e52840d   Kload   Init
7
8
  	<licence>AGPL</licence>
  	<author>Frank Karlitschek</author>
6d9380f96   Cédric Dupont   Update sources OC...
9
  	<requiremin>4.93</requiremin>
03e52840d   Kload   Init
10
11
12
13
  	<shipped>true</shipped>
  	<types>
  		<authentication/>
  	</types>
6d9380f96   Cédric Dupont   Update sources OC...
14
  	<ocsid>166062</ocsid>
03e52840d   Kload   Init
15
  </info>