Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Table of Contents
styledecimal

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 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.
  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.