Go to the source code of this file.
Namespaces | |
| namespace | CLUSR |
Variables | |
| $conf_def ['config_code'] = 'CLAUTH' | |
| $conf_def ['config_file'] = 'auth.extra.conf.php' | |
| $conf_def ['config_name'] = 'Authentication' | |
| $conf_def ['config_class'] = 'auth' | |
| $conf_def ['section']['main']['label'] = 'Main settings' | |
| $conf_def ['section']['main']['properties'] | |
| $conf_def_property_list ['claro_authUsernameCaseSensitive'] | |
| $conf_def_property_list ['claro_displayLocalAuthForm'] | |
| $conf_def_property_list ['claro_secureLogin'] | |
| $conf_def_property_list ['claro_displayLostPasswordLink'] | |
| $conf_def['section']['main']['properties'] |
array ( 'claro_authUsernameCaseSensitive' , 'claro_displayLocalAuthForm' , 'claro_secureLogin' , 'claro_displayLostPasswordLink' )
Definition at line 31 of file CLAUTH.def.conf.inc.php.
| $conf_def['section']['main']['label'] = 'Main settings' |
Definition at line 29 of file CLAUTH.def.conf.inc.php.
| $conf_def['config_class'] = 'auth' |
Definition at line 25 of file CLAUTH.def.conf.inc.php.
| $conf_def['config_name'] = 'Authentication' |
Definition at line 24 of file CLAUTH.def.conf.inc.php.
| $conf_def['config_file'] = 'auth.extra.conf.php' |
Definition at line 23 of file CLAUTH.def.conf.inc.php.
| $conf_def['config_code'] = 'CLAUTH' |
Definition at line 22 of file CLAUTH.def.conf.inc.php.
| $conf_def_property_list['claro_displayLostPasswordLink'] |
array ('label' => 'Display a link to the lost password form' ,'description' => 'Disable this option if you are not using the local Claroline password to identify a user' ,'default' => TRUE ,'type' => 'boolean' ,'acceptedValue' => array ('TRUE' => 'Yes' ,'FALSE' => 'No' ) )
Definition at line 70 of file CLAUTH.def.conf.inc.php.
| $conf_def_property_list['claro_secureLogin'] |
array ('label' => 'Use SSL secure connection for login' ,'description' => 'You also need to configure your web server to allow SSL connections to the auth/login.php script !' ,'default' => FALSE ,'type' => 'boolean' ,'acceptedValue' => array ('TRUE' => 'Yes' ,'FALSE' => 'No' ) )
Definition at line 60 of file CLAUTH.def.conf.inc.php.
| $conf_def_property_list['claro_displayLocalAuthForm'] |
array ('label' => 'Display authentication login form' ,'description' => 'If you are not using the local Claroline password to identify a user, disable this option so the access authentication form will not be available' ,'default' => TRUE ,'type' => 'boolean' ,'acceptedValue' => array ('TRUE' => 'Yes' ,'FALSE' => 'No' ) )
Definition at line 50 of file CLAUTH.def.conf.inc.php.
| $conf_def_property_list['claro_authUsernameCaseSensitive'] |
array ( 'label' => 'The username is case sensitive' , 'description' => 'Choose "No" if you use microsoft active directory (by default this authentication system is case-insensitive)' , 'default' => TRUE , 'type' => 'boolean' , 'acceptedValue' => array ('TRUE' => 'Yes' ,'FALSE' => 'No' ) )
Definition at line 40 of file CLAUTH.def.conf.inc.php.
1.6.3