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(
'isCourseCreator'
)
Definition at line 50 of file phpnuke.conf.php.
| $driverConfig['extAuthAttribTreatmentList'] |
array (
'status' => 5
)
Definition at line 46 of file phpnuke.conf.php.
| $driverConfig['extAuthAttribNameList'] |
array(
'lastname' => 'name',
'email' => 'user_email'
)
Definition at line 41 of file phpnuke.conf.php.
| $driverConfig['extAuthOptionList'] |
array(
'dsn' => 'mysql://dbuser:dbpassword@domain/phpnuke',
'table' => 'nuke_users',
'usernamecol' => 'username',
'passwordcol' => 'user_password',
'db_fields' => array('name', 'user_email'),
'cryptType' => 'md5'
)
Definition at line 31 of file phpnuke.conf.php.
| if (count(get_included_files())==1) $driverConfig['driver'] |
array(
'enabled' => true,
'class' => 'PearAuthDriver',
'authSourceType' => 'DB',
'authSourceName' => 'phpnuke',
'userRegistrationAllowed' => true,
'userUpdateAllowed' => true
)
Definition at line 20 of file phpnuke.conf.php.
1.6.3