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.

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.

book

Article ID: KB0089154

calendar_today

Updated On:

Products Versions
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) -
Not Applicable -

Description

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))

Issue/Introduction

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.