Products | Versions |
---|---|
TIBCO Silver BPM Service | - |
Not Applicable | - |
Description:
In the May 2010 release of the TIBCO Silver 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))