claroline/claroline/inc/conf/extauth/generic-db.conf.php File Reference

Go to the source code of this file.

Namespaces

namespace  CLAUTH

Variables

if(count(get_included_files())==1) $driverConfig ['driver']
 $driverConfig ['extAuthOptionList']
 $driverConfig ['extAuthAttribNameList']
 $driverConfig ['extAuthAttribTreatmentList']
 $driverConfig ['extAuthAttribToIgnore']

Variable Documentation

$driverConfig['extAuthAttribToIgnore']
Initial value:
 array(
    
)

Definition at line 58 of file generic-db.conf.php.

$driverConfig['extAuthAttribTreatmentList']
Initial value:
 array (
    
)

Definition at line 54 of file generic-db.conf.php.

$driverConfig['extAuthAttribNameList']
Initial value:
 array(
    'firstname'    => 'XXXX',
    'lastname'     => 'XXXX',
    'email'        => 'XXXX',
    'phoneNumber'  => 'XXXX',
    'statut'       => 'XXXX',
    'officialCode' => 'XXXX',
    'pictureUri'   => 'XXXX',
    'status'      =>  'XXXX'
)

Definition at line 43 of file generic-db.conf.php.

$driverConfig['extAuthOptionList']
Initial value:
 array(
    
    'dsn'         => 'dbtype://dbuser:dbpassword@domain/dbname',
    'table'       => 'XXXX', 
    'usernamecol' => 'XXXX',
    'passwordcol' => 'XXXX',
    'db_fields'   => array('XXXX', 'XXXX', 'XXXX', 'XXXX', 'XXXX', 'XXXX', 'XXXX'),
    'cryptType'   => 'XXXX' 
)

Definition at line 33 of file generic-db.conf.php.

if (count(get_included_files())==1) $driverConfig['driver']
Initial value:
 array(
    'enabled' => true,
    'class' => 'PearAuthDriver',
    'authSourceType' => 'DB',
    'authSourceName' => 'genericdb',
    'userRegistrationAllowed' => true,
    'userUpdateAllowed' => true
)

Definition at line 22 of file generic-db.conf.php.

Generated on Tue Jun 8 12:28:37 2010 for Claroline API by  doxygen 1.6.3