Searched defs:buildLdapSearch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c57 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, function
62 char *myself = "buildLdapSearch";
210 ls = buildLdapSearch(base, objectDN->read.scope, 0, 0, filter,
256 ls = buildLdapSearch(locDN[0], LDAP_SCOPE_BASE, 0, 0,
294 ls = buildLdapSearch(objectDN->read.base,
298 ls = buildLdapSearch(objectDN->write.base,
2079 ls = buildLdapSearch(dn, LDAP_SCOPE_BASE, 0, 0, "objectClass=*",

Completed in 63 milliseconds