aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/appinfo/info.xml
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-21 17:24:30 +0200
committerLukas Reschke <lukas@owncloud.com>2015-09-21 17:59:48 +0200
commitb1f05ef1f36cff5f0bc50f79a05b2393233efe46 (patch)
tree85252262074f5dcc259208dca32b5a7a106643c3 /apps/user_webdavauth/appinfo/info.xml
parent283216e9a0eecb0679b1885842694879721e06f4 (diff)
downloadnextcloud-server-b1f05ef1f36cff5f0bc50f79a05b2393233efe46.tar.gz
nextcloud-server-b1f05ef1f36cff5f0bc50f79a05b2393233efe46.zip
Move WebDAVAuth to User_External
Diffstat (limited to 'apps/user_webdavauth/appinfo/info.xml')
-rw-r--r--apps/user_webdavauth/appinfo/info.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
deleted file mode 100644
index b0827fb51f8..00000000000
--- a/apps/user_webdavauth/appinfo/info.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0"?>
-<info>
- <id>user_webdavauth</id>
- <name>User backend using remote HTTP servers</name>
- <description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
-
- 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>
- <licence>AGPL</licence>
- <author>Frank Karlitschek</author>
- <requiremin>4.93</requiremin>
- <shipped>true</shipped>
- <types>
- <authentication/>
- </types>
-</info>