LiveUser::factory() -- Checks the given file and returns an object of the LoginManager.
Description
This package is not documented yet.
Parameter
- mixed
$conf
The config file or the config array to configure.
- string
$handle
Handle of the user trying to authenticate
- string
$passwd
Password of the user trying to authenticate
- boolean
$logout
set to TRUE if user wants to logout
- mixed
$confName
Name of array containing the configuration.
Return value
returns an object.
Throws
throws no exceptions thrown
Note
This function can not be called
statically.