Class Auth_login

Description

The Auth_login:: class provides a system login implementation of the Horde authentication system.

This Auth driver is useful if you have a shadow password system where the Auth_passwd driver doesn't work.

Optional parameters:

   'location'  Location of the su binary.
               DEFAULT: /bin/su

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

Copyright 2004-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/login.php (line 24)

Auth
   |
   --Auth_login
Variable Summary
 array $_exclude
 string $_location
Method Summary
 Auth_login Auth_login ([array $params = array()])
Variables
array $capabilities = array('add' => false,
'update' => false,
'resetpassword' => false,
'remove' => false,
'list' => false,
'transparent' => false)
(line 32)

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.
array $_exclude = array('root', 'daemon', 'bin', 'sys', 'sync', 'games',
'man', 'lp', 'mail', 'news', 'uucp', 'proxy',
'postgres', 'www-data', 'backup', 'operator',
'list', 'irc', 'gnats', 'nobody', 'identd',
'sshd', 'gdm', 'postfix', 'mysql', 'cyrus', 'ftp')
(line 52)

List of users that should be excluded from being listed/handled in any way by this driver.

string $_location = '/bin/su' (line 44)

su binary.

Inherited Variables

Inherited from Auth

Auth::$_authCredentials
Auth::$_params
Methods

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