• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/

Lines Matching defs:bind_path

206 	SAFE_FREE(ads->config.bind_path);
216 ads->config.bind_path = ads_build_dn(ads->config.realm);
555 * @param bind_path Base dn for the search
565 const char *bind_path,
591 (push_utf8_talloc(ctx, &utf8_path, bind_path) == (size_t)-1)) {
742 static ADS_STATUS ads_do_paged_search(ADS_STRUCT *ads, const char *bind_path,
747 return ads_do_paged_search_args(ads, bind_path, scope, expr, attrs, NULL, res, count, cookie);
755 * @param bind_path Base dn for the search
762 ADS_STATUS ads_do_search_all_args(ADS_STRUCT *ads, const char *bind_path,
772 status = ads_do_paged_search_args(ads, bind_path, scope, expr, attrs, args, res,
784 status2 = ads_do_paged_search_args(ads, bind_path, scope, expr,
806 ADS_STATUS ads_do_search_all(ADS_STRUCT *ads, const char *bind_path,
810 return ads_do_search_all_args(ads, bind_path, scope, expr, attrs, NULL, res);
817 * @param bind_path Base dn for the search
825 ADS_STATUS ads_do_search_all_fn(ADS_STRUCT *ads, const char *bind_path,
835 status = ads_do_paged_search(ads, bind_path, scope, expr, attrs, &res,
844 status = ads_do_paged_search(ads, bind_path, scope, expr, attrs,
859 * @param bind_path Base dn for the search
866 ADS_STATUS ads_do_search(ADS_STRUCT *ads, const char *bind_path, int scope,
884 (push_utf8_talloc(ctx, &utf8_path, bind_path) == (size_t)-1)) {
933 return ads_do_search(ads, ads->config.bind_path, LDAP_SCOPE_SUBTREE,
1316 if (asprintf(&base, "<WKGUID=%s,%s>", wknguid, ads->config.bind_path ) == -1) {
1342 bind_dn_exp = ldap_explode_dn(ads->config.bind_path, 0);
2497 rc = ads_do_search_retry(ads, ads->config.bind_path, LDAP_SCOPE_BASE, "(objectclass=*)",