summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoricewind1991 <robin@icewind.nl>2014-07-15 17:28:17 +0200
committericewind1991 <robin@icewind.nl>2014-07-15 17:28:17 +0200
commitbf657883d29c132159994ed5e8eb66b07f7473e5 (patch)
tree9a4d3277835d5b91e9b2a9a522d8f5036081edfc
parenta8d95356ca58e7410a390e965c477cb918f96d9f (diff)
parentbebecc6bbfa9ea8c3ddad18b5f648a2518d6eb18 (diff)
downloadnextcloud-server-bf657883d29c132159994ed5e8eb66b07f7473e5.tar.gz
nextcloud-server-bf657883d29c132159994ed5e8eb66b07f7473e5.zip
Merge pull request #9639 from owncloud/prevent-irc-trolls-fro-using-this
Add warning because there are people that enable this app because they think it's the WebDAV implementation of ownCloud
-rwxr-xr-xapps/user_webdavauth/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index 4e82b818b8b..abbf79131b5 100755
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -4,7 +4,7 @@
<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 with the LDAP user and group backend.</description>
+ 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>