Products | Versions |
---|---|
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) | - |
Not Applicable | - |
Description:
In the May 2010 release of the TIBCO ActiveMatrix BPM Workspace User’s Guide, LDAP query examples did not show queries enclosed entirely in parentheses (even though the text says to enclose queries in parentheses).
For example, the guide shows:
|(sn=b*)(sn=d*)
&(carlicense=Full)(employeetype=Contract)
They should be shown as follows:
(|(sn=b*)(sn=d*))
(&(carlicense=Full)(employeetype=Contract))