summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-12-14 00:59:23 +0100
committerArthur Schiwon <blizzz@owncloud.com>2012-12-14 12:03:46 +0100
commitf0893fb8fe7f0642ae30de2e1168472377c127e2 (patch)
treecd65b775b37ca8db929834ed6a33b0f7b3ed1f0a
parent414b7e8e036873183a8a21a603121bbe39a8c901 (diff)
downloadnextcloud-server-f0893fb8fe7f0642ae30de2e1168472377c127e2.tar.gz
nextcloud-server-f0893fb8fe7f0642ae30de2e1168472377c127e2.zip
Give also hint about possible conflicts in the user_webdavauth description
-rwxr-xr-xapps/user_webdavauth/appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index 0d9f529ed1b..e51f2e9ec4f 100755
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -2,7 +2,9 @@
<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.</description>
+ <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.9</require>