Quantcast
Viewing all articles
Browse latest Browse all 166

KB0009513 User Directory Authentication Issues: Escape Special Characters in Passwords

KB Articles

KB Article # 9513

Topic/Category: Installation, Active Directory

Ephesoft Version: 3x, 4x

Issue: User Directory Authentication Issues: Special Characters

Analysis:

Certain characters for passwords must be escaped for xml and properties files

Solution:
In xml files that specify a password, use the following to escape characters:

 " "
 ' '
 < &lt;
 > &gt;
 & &amp;

 

 

In properties files that specify a password, use the following to escape characters:

\

For example, if the password is %\]{!*
enter it as the following in the properties file:
\%\\\]\{\!\*

 

< Back|KB Main Page | Next KB Article >


Viewing all articles
Browse latest Browse all 166

Trending Articles