Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

In a basic configuration, logging is done to the application server logs.

Code Block
languagetext
themeRDark
titleListing 1. Log location for password application in Windows
C:\Program Files\Ubisecure\ubilogin-sso\tomcat\logs\xxxxx-stderr.YYYYMMDD.log
C:\Program Files\Ubisecure\ubilogin-sso\tomcat\logs\xxxxx-stdout.YYYYMMDD.log
C:\Program Files\Ubisecure\ubilogin-sso\tomcat\logs\xxxxx.YYYY-MM-DD.log


Code Block
languagetextthemeRDark
titleListing 2. Log location for password application in Linux
/usr/local/Ubisecure/ubilogin-sso/tomcat/logs/xxxxx-stderr.YYYYMMDD.log
/usr/local/Ubisecure/ubilogin-sso/tomcat/logs/xxxxx-stdout.YYYYMMDD.log
/usr/local/Ubisecure/ubilogin-sso/tomcat/logs/xxxxx.YYYY-MM-DD.log


Successful startup is indicated with the following entry

Code Block
languagetextthemeRDark
INFO: Ubilogin Password started


Successful shutdown is indicated with the following entry

Code Block
languagetextthemeRDark
INFO: Ubilogin Password stopped


Enable debug level logging in problem cases, add to ubilogin-sso/ubilogin/webapps/password/WEB-INF/web.xml:

Code Block
languagetextthemeRDark
<context-param>
    <param-name>log-level</param-name>
	<param-value>debug</param-value>
</context-param>

...

LDAPS should always be used for the connection to the user repositiory where a password reset is done.

SeeĀ Basic LDAP Integration integration - Configuring the Connectionconnection for LDAP connection configuration.

...