Searched refs:LDAP_SCOPE_BASE (Results 1 - 25 of 66) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c147 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
162 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
183 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
H A Dldap_schema.c162 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
H A Dldap.c556 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
756 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
818 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
860 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
948 return ads_do_search(ads, dn, LDAP_SCOPE_BASE, "(objectclass=*)",
2328 status = ads_do_search_retry(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2396 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2460 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2497 rc = ads_do_search_retry(ads, ads->config.bind_path, LDAP_SCOPE_BASE, "(objectclass=*)",
2523 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclas
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c147 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
162 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
183 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
H A Dldap_schema.c162 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
H A Dldap.c556 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
756 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
818 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
860 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
948 return ads_do_search(ads, dn, LDAP_SCOPE_BASE, "(objectclass=*)",
2328 status = ads_do_search_retry(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2396 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2460 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2497 rc = ads_do_search_retry(ads, ads->config.bind_path, LDAP_SCOPE_BASE, "(objectclass=*)",
2523 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclas
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libads/
H A Dldap_utils.c147 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
162 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
183 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
H A Dldap_schema.c162 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
H A Dldap.c556 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
756 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
818 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
860 * @param scope Scope of search (LDAP_SCOPE_BASE | LDAP_SCOPE_ONE | LDAP_SCOPE_SUBTREE)
948 return ads_do_search(ads, dn, LDAP_SCOPE_BASE, "(objectclass=*)",
2328 status = ads_do_search_retry(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2396 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2460 status = ads_do_search(ads_s, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
2497 rc = ads_do_search_retry(ads, ads->config.bind_path, LDAP_SCOPE_BASE, "(objectclass=*)",
2523 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclas
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libads/
H A Dldap_utils.c143 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
158 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
173 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
195 return ads_ranged_search(ads, mem_ctx, LDAP_SCOPE_BASE, dn,
218 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
H A Dldap_schema.c205 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libads/
H A Dldap_utils.c143 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
158 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
173 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
195 return ads_ranged_search(ads, mem_ctx, LDAP_SCOPE_BASE, dn,
218 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libads/
H A Dldap_utils.c143 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
158 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
173 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
195 return ads_ranged_search(ads, mem_ctx, LDAP_SCOPE_BASE, dn,
218 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libgpo/
H A Dads_convenience.h38 #define LDAP_SCOPE_BASE LDB_SCOPE_BASE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libgpo/
H A Dads_convenience.h38 #define LDAP_SCOPE_BASE LDB_SCOPE_BASE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libgpo/
H A Dads_convenience.h38 #define LDAP_SCOPE_BASE LDB_SCOPE_BASE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/acl/
H A Dldap.c82 {"ldap userscope", "base", LDAP_SCOPE_BASE},
85 {"ldap groupscope", "base", LDAP_SCOPE_BASE},
100 * scope: LDAP_SCOPE_BASE, LDAP_SCOPE_ONELEVEL, LDAP_SCOPE_SUBTREE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/acl/
H A Dldap.c82 {"ldap userscope", "base", LDAP_SCOPE_BASE},
85 {"ldap groupscope", "base", LDAP_SCOPE_BASE},
100 * scope: LDAP_SCOPE_BASE, LDAP_SCOPE_ONELEVEL, LDAP_SCOPE_SUBTREE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/acl/
H A Dldap.c82 {"ldap userscope", "base", LDAP_SCOPE_BASE},
85 {"ldap groupscope", "base", LDAP_SCOPE_BASE},
100 * scope: LDAP_SCOPE_BASE, LDAP_SCOPE_ONELEVEL, LDAP_SCOPE_SUBTREE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Ddomain_util.c258 nt_status = dc_do_search(dc, dn, LDAP_SCOPE_BASE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Ddomain_util.c258 nt_status = dc_do_search(dc, dn, LDAP_SCOPE_BASE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Ddomain_util.c258 nt_status = dc_do_search(dc, dn, LDAP_SCOPE_BASE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dldap.c502 return LDAP_SCOPE_BASE;
594 ludp->lud_scope = LDAP_SCOPE_BASE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dldap.c502 return LDAP_SCOPE_BASE;
594 ludp->lud_scope = LDAP_SCOPE_BASE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dldap.c502 return LDAP_SCOPE_BASE;
594 ludp->lud_scope = LDAP_SCOPE_BASE;

Completed in 286 milliseconds

123