Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, usernames are case sensitive (for example, "JohnSmith", "johnSmith", and "johnsmith" are all different users). You can change user login case sensitivity by setting the <case-sensitive> property in the PSTRootConfig.xml configuration file to false and restarting the Tomcat serverLicense Server. The file is located in the the <LSS_DATA>/conf/ directory. Note: if you are using the WAR deployment on a custom Tomcat server, the file is located in the <TOMCAT>/webapps/pstsec/conf/ directory and you need to restart Tomcat instead.

Code Block
<root-config>/<case-sensitive>false</case-sensitive>

...