Equality match (attr=value).
attr=value
The value is carried literally in the structured node, so metacharacters in value are not interpreted -- eq('uid', untrusted) is injection-safe.
value
eq('uid', untrusted)
The attribute description (e.g. uid).
uid
The assertion value (used verbatim).
An equalityMatch Filter node.
equalityMatch
1.0.2
eq('uid', 'jdoe'); Copy
eq('uid', 'jdoe');
Equality match (
attr=value).The value is carried literally in the structured node, so metacharacters in
valueare not interpreted --eq('uid', untrusted)is injection-safe.