...
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 DTP. The file is located in the <DTP_DATA>/conf/ directory.PSTRootConfig.xml configuration file to false
and restarting the Tomcat server. The file is located in the <LSS_DATA>/pstsec/conf/ directory.
Code Block |
---|
<root-config>/<case-sensitive>false</case-sensitive> |
...