Source for file conf.php
Documentation is available at conf.php
if (defined('DIRECTORY_SEPARATOR') && DIRECTORY_SEPARATOR == '\\') {
define('PATH_SEPARATOR', ';');
define('PATH_SEPARATOR', ':');
// set this to the path in which the directory for liveuser resides
// more remove the following two lines to test LiveUser in the standard
# $path_to_liveuser_dir = 'PEAR/'.PATH_SEPARATOR;
# ini_set('include_path', $path_to_liveuser_dir.ini_get('include_path') );
require_once 'LiveUser.php';
$logger = & Log ::factory ('win', 'liveuserlog');
'authContainers' => array (
'passwordEncryptionMode' => 'MD5',
'file' => 'Auth_XML.xml',
'auth_user_id' => 'userId',
'lastlogin' => 'lastLogin',
'is_active' => 'isActive',
'owner_user_id' => false ,
'owner_group_id' => false ,
'lastlogin' => 'timestamp',
'is_active' => 'boolean',
'owner_user_id' => 'integer',
'owner_group_id' => 'integer',
Documentation generated on Mon, 11 Mar 2019 15:40:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|