Projet

Général

Profil

Révision 5136ce55

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_user/LdapUserConfAdmin.class.php
288 288
    );
289 289
*/
290 290

  
291
    $form['server_mapping_preamble'] = array(
291
    $form['basic_to_drupal']['server_mapping_preamble'] = array(
292 292
      '#type' => 'markup',
293 293
      '#markup' => t('
294 294
The relationship between a Drupal user and an LDAP entry is defined within the LDAP server configurations.
......
300 300
mappings need to be setup for each server.  If no tables are listed below, you have not enabled any provisioning servers at
301 301
the top of this form.
302 302
'),
303

  
304 303
    );
305 304

  
306 305
    foreach (array(LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER, LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY) as $direction) {

Formats disponibles : Unified diff