Home
last modified time | relevance | path

Searched refs:lud_scope (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapurl.c90 if ( lud->lud_scope == -1 ) { in do_uri_create()
91 lud->lud_scope = LDAP_SCOPE_DEFAULT; in do_uri_create()
153 if ( lud->lud_scope != LDAP_SCOPE_DEFAULT ) { in do_uri_explode()
154 printf( "scope: %s\n", ldap_pvt_scope2str( lud->lud_scope ) ); in do_uri_explode()
182 lud.lud_scope = -1; in main()
272 if ( lud.lud_scope != -1 ) { in main()
277 lud.lud_scope = ldap_pvt_str2scope( optarg ); in main()
278 if ( lud.lud_scope == -1 ) { in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dreferral.c181 } else if( lurl->lud_scope != LDAP_SCOPE_DEFAULT ) { in validate_global_referral()
241 if ( url->lud_scope == LDAP_SCOPE_DEFAULT ) { in referral_rewrite()
242 url->lud_scope = scope; in referral_rewrite()
H A Dslapcommon.c468 scope = ludp->lud_scope; in slap_tool_init()
H A Dbackend.c1555 switch ( ludp->lud_scope ) { in fe_acl_group()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmap.c102 if ( ludp->lud_scope == LDAP_SCOPE_BASE ) { in asyncmeta_referral_result_rewrite()
103 ludp->lud_scope = LDAP_SCOPE_DEFAULT; in asyncmeta_referral_result_rewrite()
H A Dconfig.c1916 switch ( ludp->lud_scope ) { in asyncmeta_back_cf_gen()
1923 mt->mt_scope = ludp->lud_scope; in asyncmeta_back_cf_gen()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c624 ludp->lud_scope == LDAP_SCOPE_BASE ? "baseObject" in main()
625 : ludp->lud_scope == LDAP_SCOPE_ONELEVEL ? "oneLevel" in main()
626 : ludp->lud_scope == LDAP_SCOPE_SUBTREE ? "subtree" in main()
628 : ludp->lud_scope == LDAP_SCOPE_SUBORDINATE ? "children" in main()
H A Durl.c594 if ( ldap_pvt_scope2bv( u->lud_scope, &scope ) == LDAP_SUCCESS ) { in desc2str_len()
662 ldap_pvt_scope2bv( u->lud_scope, &scope ); in desc2str()
898 …ludp->lud_scope = ( flags & LDAP_PVT_URL_PARSE_NODEF_SCOPE ) ? LDAP_SCOPE_BASE : LDAP_SCOPE_DEFAUL… in ldap_url_parse_ext()
1114 ludp->lud_scope = ldap_pvt_str2scope( p ); in ldap_url_parse_ext()
1116 if( ludp->lud_scope == -1 ) { in ldap_url_parse_ext()
H A Durltest.c112 scope = ldap_pvt_scope2str( lud->lud_scope ); in main()
H A Drequest.c1586 if( srv->lud_scope != LDAP_SCOPE_DEFAULT ) { in re_encode_request()
1588 scope = srv->lud_scope; in re_encode_request()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c96 scope = lud->lud_scope; in allop_db_config()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmmap.c951 if ( ludp->lud_scope == LDAP_SCOPE_BASE ) { in rwm_referral_rewrite()
952 ludp->lud_scope = LDAP_SCOPE_DEFAULT; in rwm_referral_rewrite()
1194 if ( ludp->lud_scope == LDAP_SCOPE_BASE ) { in rwm_referral_result_rewrite()
1195 ludp->lud_scope = LDAP_SCOPE_DEFAULT; in rwm_referral_result_rewrite()
H A Dconstraint.c656 nop.ors_scope = c->lud->lud_scope; in constraint_violation()
764 if ( c->restrict_lud->lud_scope == LDAP_SCOPE_BASE ) { in constraint_check_restrict()
772 if ( c->restrict_lud->lud_scope != LDAP_SCOPE_SUBTREE ) { in constraint_check_restrict()
781 if ( c->restrict_lud->lud_scope == LDAP_SCOPE_ONELEVEL in constraint_check_restrict()
H A Ddynlist.c368 o.ors_scope = ludp->lud_scope; in dynlist_urlmembers()
599 o.ors_scope = lud->lud_scope; in dynlist_prepare_entry()
1169 if ( ludp->lud_scope == LDAP_SCOPE_BASE ) { in dynlist_filter_dyngroup()
1179 switch ( ludp->lud_scope ) { in dynlist_filter_dyngroup()
1441 switch( ludp->lud_scope ) { in dynlist_test_membership()
H A Dunique.c265 uri->scope = url_desc->lud_scope; in unique_new_domain_uri()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c476 if ( srv->lud_scope != LDAP_SCOPE_DEFAULT ) { in ldap_chain_op()
478 tmp_oq_search.rs_scope = srv->lud_scope; in ldap_chain_op()
487 srv->lud_scope = LDAP_SCOPE_DEFAULT; in ldap_chain_op()
747 if ( srv->lud_scope != LDAP_SCOPE_DEFAULT ) { in ldap_chain_search()
749 tmp_oq_search.rs_scope = srv->lud_scope; in ldap_chain_search()
761 srv->lud_scope = LDAP_SCOPE_DEFAULT; in ldap_chain_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c782 if ( ludp->lud_scope == LDAP_SCOPE_BASE ) { in ldap_back_referral_result_rewrite()
783 ludp->lud_scope = LDAP_SCOPE_DEFAULT; in ldap_back_referral_result_rewrite()
H A Dconfig.c2085 switch ( ludp->lud_scope ) { in meta_back_cf_gen()
2092 mt->mt_scope = ludp->lud_scope; in meta_back_cf_gen()
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dxmap.c392 rc = ldap_search_s( ld, lud->lud_dn, lud->lud_scope, in rewrite_xmap_apply()
H A Dldapmap.c361 rc = ldap_search_ext_s( ld, lud->lud_dn, lud->lud_scope, ( char * )filter, in map_ldap_apply()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c336 ludp->lud_dn, ludp->lud_scope, in do_bind()
H A Dslapd-tester.c787 sargs[sanum - 5] = (char *)ldap_pvt_scope2str( slud[jj]->lud_scope ); in main()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.c725 mi->mi_scope = lud->lud_scope; in nss_cf_gen()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c1139 url->lud_scope, in dict_ldap_get_values()

12