From: Jan Schneider Date: Mon, 26 Oct 2009 12:10:54 +0000 (+0100) Subject: MFB: Small cleanups. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e33cb59708e5f5d6767407d946b997a1aa8e3a68;p=horde.git MFB: Small cleanups. --- diff --git a/framework/Auth/lib/Horde/Auth/Base.php b/framework/Auth/lib/Horde/Auth/Base.php index db40fc74b..e53dbd3ed 100644 --- a/framework/Auth/lib/Horde/Auth/Base.php +++ b/framework/Auth/lib/Horde/Auth/Base.php @@ -202,7 +202,7 @@ abstract class Horde_Auth_Base /** * Automatic authentication. * - * @return boolean Whether or not the client is allowed. + * @return boolean Whether or not the user is authenticated automatically. * @throws Horde_Auth_Exception */ public function transparent() diff --git a/framework/Auth/lib/Horde/Auth/Shibboleth.php b/framework/Auth/lib/Horde/Auth/Shibboleth.php index 8d0fffa21..aadab9148 100644 --- a/framework/Auth/lib/Horde/Auth/Shibboleth.php +++ b/framework/Auth/lib/Horde/Auth/Shibboleth.php @@ -47,7 +47,7 @@ class Horde_Auth_Shibboleth extends Horde_Auth_Base */ public function __construct($params = array()) { - Horde::assertDriverConfig($params, 'auth', array('username_header'), 'Authentication Shib'); + Horde::assertDriverConfig($params, 'auth', array('username_header'), 'authentication Shibboleth'); $params = array_merge(array( 'password_header' => '',