/**
* 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()
*/
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' => '',