Class Accounts_Driver_finger

Description

Implements the Accounts API using finger to fetch information.

Located in /lib/Block/account.php (line 768)

Accounts_Driver
   |
   --Accounts_Driver_finger
Variable Summary
 array $params
Method Summary
 Accounts_Driver_finger Accounts_Driver_finger ([array $params = array()])
 mixed getFullname ()
 mixed getHome ()
 mixed getShell ()
 array _getAccount ()
 array _parseAccount (array $output)
Variables
array $params = array() (line 775)

Hash containing connection parameters.

Inherited Variables

Inherited from Accounts_Driver

Accounts_Driver::$err_str
Methods
Constructor Accounts_Driver_finger (line 782)

Constructor.

Accounts_Driver_finger Accounts_Driver_finger ([array $params = array()])
  • array $params: Hash containing connection parameters.
getFullname (line 837)

Returns the user's full name.

  • return: The user's full name (string), or false (error).
mixed getFullname ()

Redefinition of:
Accounts_Driver::getFullname()
Returns the user's full name.
getHome (line 848)

Returns the user's home (login) directory.

  • return: The user's directory (string), or false (error).
mixed getHome ()

Redefinition of:
Accounts_Driver::getHome()
Returns the user's home (login) directory.
getShell (line 859)

Returns the user's default shell.

  • return: The user's shell (string), or false (error).
mixed getShell ()

Redefinition of:
Accounts_Driver::getShell()
Returns the user's default shell.
_getAccount (line 818)

Returns the user account.

  • return: A hash with complete account details.
array _getAccount ()
_parseAccount (line 799)

Returns a hash with parsed account information.

  • return: A hash with account details parsed from output
array _parseAccount (array $output)
  • array $output: Array of finger output strings

Inherited Methods

Inherited From Accounts_Driver

 Accounts_Driver::checkPasswordStatus()
 Accounts_Driver::getFullname()
 Accounts_Driver::getHome()
 Accounts_Driver::getPasswordChange()
 Accounts_Driver::getQuota()
 Accounts_Driver::getRealm()
 Accounts_Driver::getShell()
 Accounts_Driver::getUsername()

Documentation generated on Sun, 30 Jan 2011 05:26:52 +0000 by phpDocumentor 1.4.3