Searched refs:search_scope (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 311 LDAP_SEARCH(subtrees[l], rparam->search_scope, filter, attr); 498 (rparams->search_scope == LDAP_SCOPE_ONELEVEL 499 || rparams->search_scope == LDAP_SCOPE_SUBTREE) ? 500 rparams->search_scope : LDAP_SCOPE_SUBTREE)) != 0) 1058 (rparams->search_scope == LDAP_SCOPE_ONELEVEL 1059 || rparams->search_scope == LDAP_SCOPE_SUBTREE) ? 1060 rparams->search_scope : LDAP_SCOPE_SUBTREE)) != 0) 1249 rlparams->search_scope = LDAP_SCOPE_SUBTREE; 1316 rlparams->search_scope=atoi(values[0]); 1318 if (!(rlparams->search_scope==1 || rlparams->search_scope==2)) [all …]
|
H A D | ldap_realm.h | 62 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 | 139 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes); 555 …LDAP_SEARCH_1(subtreelist[tree], ldap_context->lrparams->search_scope, filter, principal_attribute…
|
/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_realm.c | 407 rparams->search_scope = 1; 409 rparams->search_scope = 2; 411 rparams->search_scope = atoi(argv[i]); 412 if ((rparams->search_scope != 1) && 413 (rparams->search_scope != 2)) { 1099 rparams->search_scope = 1; 1101 rparams->search_scope = 2; 1103 rparams->search_scope = atoi(argv[i]); 1104 if ((rparams->search_scope != 1) && 1105 (rparams->search_scope != 2)) { [all …]
|