MFB: Small cleanups.
authorJan Schneider <jan@horde.org>
Mon, 26 Oct 2009 12:10:54 +0000 (13:10 +0100)
committerJan Schneider <jan@horde.org>
Mon, 26 Oct 2009 12:11:10 +0000 (13:11 +0100)
framework/Auth/lib/Horde/Auth/Base.php
framework/Auth/lib/Horde/Auth/Shibboleth.php

index db40fc7..e53dbd3 100644 (file)
@@ -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()
index 8d0fffa..aadab91 100644 (file)
@@ -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' => '',