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 58 of file generic-db.conf.php.
| $driverConfig['extAuthAttribTreatmentList'] |
array (
)
Definition at line 54 of file generic-db.conf.php.
| $driverConfig['extAuthAttribNameList'] |
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'] |
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'] |
array(
'enabled' => true,
'class' => 'PearAuthDriver',
'authSourceType' => 'DB',
'authSourceName' => 'genericdb',
'userRegistrationAllowed' => true,
'userUpdateAllowed' => true
)
Definition at line 22 of file generic-db.conf.php.
1.6.3