Searched refs:LDAP_SCOPE_BASE (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c132 LDAP_SEARCH_1(cparams->DN, LDAP_SCOPE_BASE, "(objectclass=krbContainer)", policyrefattribute, IGNORE_STATUS);
155 LDAP_SEARCH(SECURITY_CONTAINER, LDAP_SCOPE_BASE, NULL, krbcontainerrefattr);
170 LDAP_SEARCH(cparams->DN, LDAP_SCOPE_BASE, "(objectclass=krbContainer)", policyrefattribute);
182 LDAP_SEARCH_1(cparams->policyreference, LDAP_SCOPE_BASE, NULL, policy_attributes, IGNORE_STATUS);
H A Dldap_services.c253 LDAP_SCOPE_BASE,
464 LDAP_SEARCH(servicedn, LDAP_SCOPE_BASE, "(objectclass=krbService)", attributes);
H A Dldap_realm.c585 LDAP_SCOPE_BASE,
1265 LDAP_SEARCH(rlparams->realmdn, LDAP_SCOPE_BASE, "(objectclass=krbRealmContainer)", realm_attributes);
1380 LDAP_SEARCH_1(rlparams->policyreference, LDAP_SCOPE_BASE, NULL, policy_attributes, IGNORE_STATUS);
H A Dkdb_ldap.c214 retval = ldap_search_ext_s(ld, "", LDAP_SCOPE_BASE, NULL, attrs, 0, NULL, NULL, NULL, 0, &res);
H A Dldap_pwd_policy.c253 LDAP_SEARCH(pol_dn, LDAP_SCOPE_BASE, "(objectclass=krbPwdPolicy)", password_policy_attributes);
H A Dldap_tkt_policy.c245 LDAP_SEARCH(policy_dn, LDAP_SCOPE_BASE, "(objectclass=krbTicketPolicy)", attributes);
H A Dldap_principal2.c558 LDAP_SEARCH_1(principal_dn, LDAP_SCOPE_BASE, filter, principal_attributes, IGNORE_STATUS);
735 LDAP_SEARCH_1(dn, LDAP_SCOPE_BASE, 0, attributes, IGNORE_STATUS);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c132 (*ludpp)->lud_scope = LDAP_SCOPE_BASE;
157 (*ludpp)->lud_scope = LDAP_SCOPE_BASE;
320 ludp->lud_scope = LDAP_SCOPE_BASE;
816 if (ldap_search_s(ld, dn, LDAP_SCOPE_BASE,
H A Dtmplout.c500 err = cldap_search_s( ld, dn, LDAP_SCOPE_BASE,
504 err = ldap_search_st( ld, dn, LDAP_SCOPE_BASE,
534 err = cldap_search_s( ld, dn, LDAP_SCOPE_BASE, "objectClass=*",
538 err = ldap_search_st( ld, dn, LDAP_SCOPE_BASE, "objectClass=*",
H A Dsrchpref.c359 so->so_defaultscope = LDAP_SCOPE_BASE;
H A Dgetfilter.c191 nextfip->lfi_scope = LDAP_SCOPE_BASE;
H A Dsearch.c73 * scope the search scope - one of LDAP_SCOPE_BASE,
183 if ( msgidp == NULL || ( scope != LDAP_SCOPE_BASE
H A Dsasl.c851 rc = ldap_search_st( ld, "", LDAP_SCOPE_BASE,
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c248 case LDAP_SCOPE_BASE:
249 printf( "LDAP_SCOPE_BASE" );
H A Dldapsearch.c408 scope = LDAP_SCOPE_BASE;
H A Dldaptest.c825 ludp->lud_scope == LDAP_SCOPE_BASE ? "BASE" :
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c132 scope = LDAP_SCOPE_BASE;
H A Dldap_op.c256 ls = buildLdapSearch(locDN[0], LDAP_SCOPE_BASE, 0, 0,
724 stat = ldap_search_st(lc->ld, "", LDAP_SCOPE_BASE, "(objectclass=*)",
1460 if (doVLV && ls->base != LDAP_SCOPE_BASE) {
1486 } else if (doSP && ls->base != LDAP_SCOPE_BASE) {
2079 ls = buildLdapSearch(dn, LDAP_SCOPE_BASE, 0, 0, "objectClass=*",
H A Dnis_parse_ldap_conf.c1078 errnum = ldap_search_s(ld, config_info->config_dn, LDAP_SCOPE_BASE,
1224 errnum = ldap_search_s(ld, config_info->config_dn, LDAP_SCOPE_BASE,
H A Dnis_parse_ldap_map.c866 next->read.scope = LDAP_SCOPE_BASE;
937 next->write.scope = LDAP_SCOPE_BASE;
2356 scope = LDAP_SCOPE_BASE;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c132 int scope = LDAP_SCOPE_BASE, deref = LDAP_DEREF_NEVER,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c176 *searchScope = LDAP_SCOPE_BASE;
1506 if (ludp->lud_dn && ludp->lud_scope != LDAP_SCOPE_BASE)
1509 ref->refScope = LDAP_SCOPE_BASE;
H A Dns_standalone.c853 ldap_rc = ldap_search_ext_s(ld, "", LDAP_SCOPE_BASE, "(objectclass=*)",
1421 LDAP_SCOPE_BASE,
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c735 sresult = ldap_search_s(ld, (char *)objectDN, LDAP_SCOPE_BASE,
2107 sresult = ldap_search_s(ld, (char *)objectDN, LDAP_SCOPE_BASE,
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1648 ls = buildLdapSearch(dn, LDAP_SCOPE_BASE, 0, 0,
1782 ls = buildLdapSearch(parentdn, LDAP_SCOPE_BASE, 0, 0,

Completed in 110 milliseconds

12