Go to the source code of this file.
Namespaces | |
| namespace | CLAUTH |
Variables | |
| if(count(get_included_files())==1) if(!function_exists( 'ldap_to_claroline')) | $driverConfig ['driver'] |
| $driverConfig ['extAuthOptionList'] | |
| $driverConfig ['extAuthAttribNameList'] | |
| $driverConfig ['extAuthAttribTreatmentList'] | |
| $driverConfig ['extAuthAttribToIgnore'] | |
| $driverConfig['extAuthAttribToIgnore'] |
array(
)
Definition at line 72 of file ldap.conf.php.
| $driverConfig['extAuthAttribTreatmentList'] |
array (
'lastname' => 'ldap_to_claroline',
'firstname' => 'ldap_to_claroline',
'loginName' => 'ldap_to_claroline',
'email' => 'ldap_to_claroline',
'officialCode' => 'ldap_to_claroline',
'phoneNumber' => 'ldap_to_claroline',
'isCourseCreator' => NULL
)
Definition at line 62 of file ldap.conf.php.
| $driverConfig['extAuthAttribNameList'] |
array(
'lastname' => 'sn',
'firstname' => 'givenName',
'email' => 'mail',
'phoneNumber' => 'telephoneNumber',
'authSource' => 'ldap'
)
Definition at line 54 of file ldap.conf.php.
| $driverConfig['extAuthOptionList'] |
array(
'url' => 'ldap://server_address',
'port' => 636,
'basedn' => 'ou=personne,o=your organisation unit,c=domain',
'userattr' => 'uid',
'useroc' => 'person',
'attributes' => array('sn','givenName','telephoneNumber','mail'),
'attrformat' => 'AUTH_LDAP_ATTR_AUTH_STYLE',
)
Definition at line 43 of file ldap.conf.php.
| if (count(get_included_files())==1) if (!function_exists( 'ldap_to_claroline')) $driverConfig['driver'] |
array(
'enabled' => true,
'class' => 'PearAuthDriver',
'authSourceType' => 'LDAP',
'authSourceName' => 'ldap',
'userRegistrationAllowed' => true,
'userUpdateAllowed' => false
)
Definition at line 28 of file ldap.conf.php.
1.6.3