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

Compare with Current View Page History

« Previous Version 23 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 deployment 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 values are: AES, MD5, SHA1, SHA256).
  • 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.
  3. Click on Create new configuration and provide key and value.
  4. Click on Save button.

Edit parameter

  1. Click on Configuration tab.
  2. Click on Parameters subtab.
  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.
  3. Click on Delete link.
  4. Confirm operation.
  • No labels