Source changes

POM

In the root pom.xml:

  • change parent/version from 1.1.7 to 1.1.8
  • change properties/syncope.version from 1.1.7 to 1.1.8

In console/pom.xml:

  • find and remove
     <dependency>
      <groupId>org.seleniumhq.selenium.client-drivers</groupId>
      <artifactId>selenium-java-client-driver</artifactId>
      <scope>test</scope>
    </dependency>


Internal storage changes

If not starting with an empty database, the following changes are needed:

SYNCOPE-507

Create a new general configuration parameter log.lastlogindate with value:

  • true - if you want to keep the current behavior, e.g. update the last login date for each user upon successful authentication
  • false - if you want to ignore such information (speeds up authentication performance)
  • No labels