[Pkg-owncloud-commits] [owncloud] 98/205: Rename user_webdavauth to prevent accidental activation - refs #17112

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:37:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4da1c842962e6f1da2c0277ea4bc8c7359c78fbc
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Jun 24 12:17:17 2015 +0200

    Rename user_webdavauth to prevent accidental activation - refs #17112
---
 apps/user_webdavauth/appinfo/info.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index abbf791..755a6d5 100644
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <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.
+	<name>User backend using remote HTTP servers</name>
+	<description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
 
-	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>
+	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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list