Consider the following when you write LDAP queries to limit the scope of the Active Directory snapshot:
Note: Some restrictions apply to the use of the ampersand ( & ) character.
Use the string & or the Unicode character reference to represent the ampersand character in any other context. Use the string < or the Unicode character reference to represent the left angle bracket character in any other context.
Use the string > or the Unicode character reference to represent the right angle bracket character in any other context.
Example: The Ampersand Character
The following snippet of a snapshot parameter XML file specifies to include all Active Directory user data in the report snapshot. The LDAP query in the snippet uses the & string to represent an ampersand:
<export object ="com.ca.ppm.export.ADUsersCollector"> <where attr="%USER%" satisfy="ANY"> <value op="EQUALS">(&(objectClass=user))</value> </where> </export>
Copyright © 2013 CA Technologies.
All rights reserved.
|
|