Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleVersion warning
 Content of this page applies to Apache Syncope < 1.2.X

Table of Contents
styledecimal

...

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

...

.

  • 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, MD5SMD5, SHA1, SHA256, SSHA1, BCRYPT).
  • smtp.host _and_and smtp.port
    SMTP (host and port) used to send email notifications; if authentication is needed, also smtp.username and smtp.password must be provided.
  • token.expireTime
    Double opt-in token expire time.
  • token.length
    Double opt-in token length.
  • notificationjob.cronExpression
    Cron-like expression for the notification job to run: empty string means disabled.
  • notification.maxRetries
    Maximum number of times a notification is attempted before giving up.
  • authentication.statuses
    The statuses when an user is allowed to authenticate: use | as separator with no spaces.
  • log.lastlogindate
    true, if  user login date has to be saved upon successful authentication (default); false, otherwise.

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

...