]> source.dussan.org Git - nextcloud-server.git/commitdiff
Give also hint about possible conflicts in the user_webdavauth description
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 13 Dec 2012 23:59:23 +0000 (00:59 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 14 Dec 2012 11:03:46 +0000 (12:03 +0100)
apps/user_webdavauth/appinfo/info.xml

index 0d9f529ed1b63ef62e5d2ae3122891af7022c2fd..e51f2e9ec4f8f82def1602bda775698a8dda61d6 100755 (executable)
@@ -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>