Go to the source code of this file.
Namespaces | |
| namespace | CLAUTH |
Variables | |
| if(count(get_included_files())==1) if(!function_exists('manage_user_status_from_ganesha_to_claroline')) | $driverConfig ['driver'] |
| $driverConfig ['extAuthOptionList'] | |
| $driverConfig ['extAuthAttribNameList'] | |
| $driverConfig ['extAuthAttribTreatmentList'] | |
| $driverConfig ['extAuthAttribToIgnore'] | |
| $driverConfig['extAuthAttribToIgnore'] |
array(
)
Definition at line 72 of file ganesha.conf.php.
| $driverConfig['extAuthAttribTreatmentList'] |
array (
'status' => 'manage_user_status_from_ganesha_to_claroline'
)
Definition at line 68 of file ganesha.conf.php.
| $driverConfig['extAuthAttribNameList'] |
array(
'lastname' => 'nom',
'firstname' => 'prenom',
'email' => 'email',
'status' => 'type'
)
Definition at line 61 of file ganesha.conf.php.
| $driverConfig['extAuthOptionList'] |
array(
'dsn' => 'mysql://dbuser:dbpassword@domain/ganesha',
'table' => 'membres',
'usernamecol' => 'login',
'passwordcol' => 'password',
'db_fields' => array('prenom', 'nom', 'type', 'email'),
'cryptType' => 'none'
)
Definition at line 52 of file ganesha.conf.php.
| if (count(get_included_files())==1) if (!function_exists('manage_user_status_from_ganesha_to_claroline')) $driverConfig['driver'] |
array(
'enabled' => true,
'class' => 'PearAuthDriver',
'authSourceType' => 'DB',
'authSourceName' => 'ganesha',
'userRegistrationAllowed' => true,
'userUpdateAllowed' => true
)
Definition at line 41 of file ganesha.conf.php.
1.6.3