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 D | ldap_realm.c | 310 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 D | ldap_realm.h | 60 int search_scope; member
|
H A D | ldap_misc.c | 515 int ncount=0, search_scope=0; local 525 search_scope = ldap_context->lrparams->search_scope; 565 search_scope)) != 0) {
|
H A D | ldap_principal.c | 206 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
|
H A D | ldap_principal2.c | 137 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 D | kdb5_ldap_realm.c | 403 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; 1099 rparams->search_scope = atoi(argv[i]); 1100 if ((rparams->search_scope != 1) && 1101 (rparams->search_scope != 2)) { [all …]
|