La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • ChangeLog 2.x
  • ChangeLog 1.x
    Remarque
    titleUpgrading configuration files

    This history points the configurations files which where changed between releases. Once the sources installed (see 00 Installation) and the previous configuration recovered (see 04 Upgrading), if one or several files of the changed files have been edited locally, changes should be carefully inspected and added before upgrading the database (ant upgrade).

Changes in version 3.24.0-

...

RC3

Astuce
titleChanges in configuration files

Several changes have to be applied to /properties/config.properties:

  • New: auth.useCas, auth.useShibboleth, auth.application, auth.portal.attributes, app.servletUrl, app.uportalUrl
  • Now optional: urlGeneration.*, computerUrl.casServiceUrl
  • Obsolete:useLdap

New feature

  • Added experimental Shibboleth support (3.24.0 by Pascal Aubry, requested by Yannick Monclin and Lukas Slansky).

...

  • Added properties auth.useCas, auth.useShibboleth and auth.application (resp. default to true, false and true) to allow any authentication method to be used, removed property useLdap (3.24.0 by Pascal Aubry).
  • Made property urlGeneration.bean optional thanks to properties files defaults-portlet.properties and defaults-servlet.properties (3.24.0 by Pascal Aubry).
  • Added property auth.portal.attributes to allow the portal to pass additional attributes thanks to JSR-168 preferences (3.24.0 by Pascal Aubry).
  • Added properties app.servletUrl and app.uportalUrl, made properties urlGeneration.* and computerUrl.casServiceUrl optional (3.24.0 by Pascal Aubry).

...