diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-12-14 00:59:23 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-12-14 12:03:46 +0100 |
commit | f0893fb8fe7f0642ae30de2e1168472377c127e2 (patch) | |
tree | cd65b775b37ca8db929834ed6a33b0f7b3ed1f0a | |
parent | 414b7e8e036873183a8a21a603121bbe39a8c901 (diff) | |
download | nextcloud-server-f0893fb8fe7f0642ae30de2e1168472377c127e2.tar.gz nextcloud-server-f0893fb8fe7f0642ae30de2e1168472377c127e2.zip |
Give also hint about possible conflicts in the user_webdavauth description
-rwxr-xr-x | apps/user_webdavauth/appinfo/info.xml | 4 |
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> |