S
Scott Marquardt
How to do (with LDAP)? This is killing me.
Scott Marquardt wrote:
You can't solely with a regular LDAP query ... its attribute syntax
supports only supports a limited number of query operands; equality and
presence if memory serves (it doesn't support medial string, inequality
or bitwise operations). Instead, dump the relevant schema content and
query the resulting file or wrap a query in a script that performs the
OID-base prefix comparison for you.
Please reread my original post, it clearly answers your question
and
states that the syntax typically used by OIDs supports ONLY equality and
presence. I'm well aware that the query processor supports multiple
operands across other attribute syntaxes.