Projet

Général

Profil

Révision bc175c27

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_authentication/LdapAuthenticationConfAdmin.class.php
114 114
        'users of this site to be authenticated by visiting the URL ' .
115 115
        '"user/login/sso, or automatically if selecting "automated ' .
116 116
        'single sign-on" below. Set up of LDAP authentication must be ' .
117
        'performed on the web server. Please review the !readme file ' .
118
        'for more information.', array('!readme' =>
119
        l(t('README.txt'), drupal_get_path('module', 'ldap_sso') . '/README.txt')))
117
        'performed on the web server. Please review the readme file of the '.
118
        'ldap_sso module for more information.')
120 119
        . '</p>';
121 120

  
122 121
      $values['ssoExcludedPathsDescription'] = '<p>' .
......
379 378
      '#title' => t('Deny access to users without Ldap Authorization Module
380 379
        authorization mappings such as Drupal roles.
381 380
        Requires LDAP Authorization to be enabled and configured!'),
382
      '#default_value' =>  $this->excludeIfNoAuthorizations,
381
      '#default_value' => $this->excludeIfNoAuthorizations,
383 382
      '#description' => t($this->excludeIfNoAuthorizationsDescription, $tokens),
384 383
      '#disabled' => (boolean)(!module_exists('ldap_authorization')),
385 384
    );

Formats disponibles : Unified diff