Class Auth_auto

Description

The Auth_auto class transparently logs users in to Horde using ONE username, either defined in the config or defaulting to 'horde_user'. This is only for use in testing or behind a firewall; it should NOT be used on a public, production machine.

Optional parameters:

   'username'     The username to authenticate everyone as.
                  DEFAULT: 'horde_user'
   'password'     The password to record in the user's credentials.
                  DEFAULT: none
   'requestuser'  If true, allow username to be passed by GET, POST or
                  cookie.

$Horde: framework/Auth/Auth/auto.php,v 1.12.4.13 2009/01/06 15:22:49 jan Exp $

Copyright 1999-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://opensource.org/licenses/lgpl-license.php.

Located in /Auth/Auth/auto.php (line 28)

Auth
   |
   --Auth_auto
Variable Summary
Method Summary
 Auth_auto Auth_auto ([array $params = array()])
 boolean transparent ()
Variables
array $capabilities = array('add' => false,
'update' => false,
'resetpassword' => false,
'remove' => false,
'list' => false,
'transparent' => true)
(line 36)

An array of capabilities, so that the driver can report which operations it supports and which it doesn't.


Redefinition of:
Auth::$capabilities
An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Inherited Variables

Inherited from Auth

Auth::$_authCredentials
Auth::$_params
Methods

Documentation generated on Sun, 30 Jan 2011 05:15:22 +0000 by phpDocumentor 1.4.3