Home
last modified time | relevance | path

Searched refs:search_scope (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c310 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)
1057 (rparams->search_scope == LDAP_SCOPE_ONELEVEL
1058 || rparams->search_scope == LDAP_SCOPE_SUBTREE) ?
1059 rparams->search_scope : LDAP_SCOPE_SUBTREE)) != 0)
1248 rlparams->search_scope = LDAP_SCOPE_SUBTREE;
1315 rlparams->search_scope=atoi(values[0]);
1317 if (!(rlparams->search_scope==1 || rlparams->search_scope==2))
[all …]
H A Dldap_realm.h60 int search_scope; member
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_principal.c206 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
H A Dldap_principal2.c137 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
553 …LDAP_SEARCH_1(subtreelist[tree], ldap_context->lrparams->search_scope, filter, principal_attribute…
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c403 rparams->search_scope = 1;
405 rparams->search_scope = 2;
407 rparams->search_scope = atoi(argv[i]);
408 if ((rparams->search_scope != 1) &&
409 (rparams->search_scope != 2)) {
1095 rparams->search_scope = 1;
1097 rparams->search_scope = 2;
1100 if ((rparams->search_scope != 1) &&
1101 (rparams->search_scope != 2)) {
1963 if ((rparams->search_scope != 1) && in print_realm_params()
[all …]