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'] | |
| $driverConfig['extAuthAttribToIgnore'] |
array(
)
Definition at line 56 of file dokeos.conf.php.
| $driverConfig['extAuthAttribTreatmentList'] |
array (
)
Definition at line 52 of file dokeos.conf.php.
| $driverConfig['extAuthAttribNameList'] |
array(
'firstname' => 'prenom',
'lastname' => 'nom',
'email' => 'email',
'phoneNumber' => 'phoneNumber',
'statut' => 'statut',
'officialCode' => 'officialCode',
'pictureUri' => 'pictureUri',
'status' => 'statut'
)
Definition at line 41 of file dokeos.conf.php.
| $driverConfig['extAuthOptionList'] |
array(
'dsn' => 'mysql://dbuser:dbpassword@domain/dokeos',
'table' => 'user',
'usernamecol' => 'username',
'passwordcol' => 'password',
'db_fields' => array('prenom', 'nom', 'email', 'phoneNumber', 'statut', 'officialCode', 'pictureUri'),
'cryptType' => 'none'
)
Definition at line 31 of file dokeos.conf.php.
| if (count(get_included_files())==1) $driverConfig['driver'] |
array(
'enabled' => true,
'class' => 'PearAuthDriver',
'authSourceType' => 'DB',
'authSourceName' => 'dokeos',
'userRegistrationAllowed' => true,
'userUpdateAllowed' => true
)
Definition at line 20 of file dokeos.conf.php.
1.6.3