You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

This wiki page aims to show hot to manage configuration parameters via administration console.

The following important configuration parameters are given by default; values can be changed to reflect own deploymen environment.

*connid.bundles.directory

  • :Connector bundles directory.

    *createRequest.allowed

  • :true, if self-registration is allowed; false, otherwise.

    *email.schema

  • :User schema containing e-mail address.

    *password.cipher.algorithm

  • :Password cipher algorithm (supported algorithms are: AES, MD5, SHA-1, SHA-256).

    *smtp.host_and_smtp.port

  • :SMTP (host and port) used to send email notifications.

    *token.expireTime

  • :Double opt-in token expire time.

    *token.length

  • :Double opt-in token length.

New parameters can be added in order to be used by the new overlay implementations.

Create new parameter

  1. Click on Configuration tab.
  2. Click on Parameters subtab (Fig. Parameters Tab).
  3. Click on Create new configuration and provide key and value (Fig. Create Parameters).
  4. Click on Save button.

Image:Parameters_1.png|Parameters Tab]]
Image:Parameters_2.png|Create Parameters]]

Edit parameter

  1. Click on Configuration tab.
  2. Click on Parameters subtab (Fig. Parameters Tab).
  3. Click on Edit link and change parameter value.
  4. Click on Save button.

Delete parameter

  1. Click on Configuration tab.
  2. Click on Parameters subtab (Fig. Parameters Tab).
  3. Click on Delete link.
  4. Confirm operation.

DISPLAYTITLE:Configuration Parameter Management

  • No labels