B.2 Sample XML Files and XML Formatting

Some sample XML files are available in the /etc/opt/novell/ldapproxy/conf-sample/ directory.

When you specify the special characters (&, >, <, ;, ", and ,) in your policies to define container names, DN values, and so forth, you must specify the ASCII value for the special character and prefix it with the \ escape character.For example, if you want to define a DN, cn=tes&t,o=novell, you must specify it as cn=tes\26t,o=novell. The relevant XML configuration must be defined as:

<if-srch-base op="equal"               
match="case-ignore">cn=tes\26t,o=novell</if-srch-base>