...
By default, user names are case sensitive (e.g., "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 and restarting DTP. The file is located in the <DTP_DATA>/pstsec/conf/ directory.PSTRootConfig.xml configuration file to false
and restarting the Tomcat server. The file is located in the <PST_HOME>/conf/ directory.
Code Block |
---|
<root-config>/<case-sensitive>false</case-sensitive> |
...