Projet esup-activaccount
Pages enfant
  • Documentation esup-activ v1 (archive)

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.

...


Due to some limitations using AJAX in esup-commons portlet, this tools can only be used in servlet mode. This isn't a big problem
because this tool is only used by anonymous users who wish to activate their LDAP account.

Installation

esup-activation relies on esup-commons, so it can be installed as an described in esup-commons documentation : http://sourcesup.cru.fr/esup-commons/admin/index.html

  • Download esup-activaccount-<version>.zip from the projectsite
  • Unzip the file somewhere on a working directory
    Remarque

    To configure this application you have to adapt some configuration files. Every time you will find a <fileName>-example.<extension> example file that you can copy to <fileName>.<extension> before adapting.

  • Adapt build.properties
  • Adapt properties/config.properties for exception handling configuration, SMTP configuration
    Remarque

    esup-activaccount doesn't use any database.

  • Test your configuration:
    • ant test-config
    • ant test-smtp
    • ant test-ldap
  • Deploy the application:
    • ant deploy
  • You can modify application look by updating esup-activ/webapp/media/portlet.css

Configuration

...

How does it work ?

esup-activ offers a web interface which allow to the members of your institutions to activate their LDAP account online.

...

esup-activ first presents a form where the user is asked some personal informations (user ID in human ressource database, user name and birthdate by default). Next esup-activ uses these information to retrieve the user inactive account in LDAP directory. Then esup-activ, deduce LDAP user preset password from LDAP user attributes. The user can now choose a secure password and is given it's LDAP login, mail address and the portal login URL.

Installation

esup-activation relies on esup-commons, so it can be installed as an described in esup-commons documentation : http://sourcesup.cru.fr/esup-commons/admin/index.html


  • Download esup-activaccount-<version>.zip from the projectsite
  • Unzip the file somewhere on a working directory
    Remarque

    To configure this application you have to adapt some configuration files. Every time you will find a <fileName>-example.<extension> example file that you can copy to <fileName>.<extension> before adapting.

  • Adapt build.properties
  • Adapt properties/config.properties for exception handling configuration, SMTP configuration
    Remarque

    esup-activaccount doesn't use any database.

  • Test your configuration:
    • ant test-config
    • ant test-smtp
    • ant test-ldap
  • Deploy the application:
    • ant deploy
  • You can modify application look by updating esup-activ/webapp/media/portlet.css

Configuration


You can configure your application. For this: adapt file properties/esup-activ.properties directory and use ant deploy to deploy again your application.