API for ldap filter evaluation
RamaKrishna Narla <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi All, We are using Mozilla LDAP C SDK version 5.12. NSPR version 4.2.2. NSS version 3.7.7. Does this version of LDAP C SDK API expose any function for verifying the correctness of ldap filter? For example, If I pass filter as (&(cn=s*)(objectclass=inet*)), that function should return true. If I pass filter as (cn=s*)(objectclass=inet*), that function should return false. Please indicate if any higher version of LDAP C SDK supports this functionality. Thanks in advance, Ramakrishna.