Give also hint about possible conflicts in the user_webdavauth description

This commit is contained in:
Arthur Schiwon 2012-12-14 00:59:23 +01:00
parent 414b7e8e03
commit f0893fb8fe
1 changed files with 3 additions and 1 deletions

View File

@ -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>