claroline/claroline/inc/conf/extauth/docebo.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(
    'isCourseCreator'
)

Definition at line 51 of file docebo.conf.php.

$driverConfig['extAuthAttribTreatmentList']
Initial value:
 array (
    'status' => 5
)

Definition at line 47 of file docebo.conf.php.

$driverConfig['extAuthAttribNameList']
Initial value:
 array(
    'lastname'  => 'name',
    'firstname' => 'surname',
    'email'     => 'email'
)

Definition at line 41 of file docebo.conf.php.

$driverConfig['extAuthOptionList']
Initial value:
 array(
    
    'dsn'         => 'mysql://dbuser:dbpassword@domain/docebo',
    'table'       => 'do_user', 
    'usernamecol' => 'userid',
    'passwordcol' => 'pass',
    'db_fields'   => array('surname', 'name', 'email'),
    'cryptType'   => 'md5'
)

Definition at line 31 of file docebo.conf.php.

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

Definition at line 20 of file docebo.conf.php.

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