Searched refs:search_scope (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.h61 int search_scope; member in struct:_krb5_ldap_realm_params
H A Dldap_realm.c307 LDAP_SEARCH(subtrees[l], rparam->search_scope, filter, attr);
497 (rparams->search_scope == LDAP_SCOPE_ONELEVEL
498 || rparams->search_scope == LDAP_SCOPE_SUBTREE) ?
499 rparams->search_scope : LDAP_SCOPE_SUBTREE)) != 0)
1056 (rparams->search_scope == LDAP_SCOPE_ONELEVEL
1057 || rparams->search_scope == LDAP_SCOPE_SUBTREE) ?
1058 rparams->search_scope : LDAP_SCOPE_SUBTREE)) != 0)
1244 rlparams->search_scope = LDAP_SCOPE_SUBTREE;
1309 rlparams->search_scope=atoi(values[0]);
1311 if (!(rlparams->search_scope
[all...]
H A Dldap_principal.c201 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
H A Dldap_misc.c515 int ncount=0, search_scope=0; local
525 search_scope = ldap_context->lrparams->search_scope;
565 search_scope)) != 0) {
H A Dldap_principal2.c166 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
606 LDAP_SEARCH_1(subtreelist[tree], ldap_context->lrparams->search_scope, filter, principal_attributes, IGNORE_STATUS);

Completed in 36 milliseconds