From 9c170fce2632e76bda6bb9a644777c978785cff1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 May 2007 12:52:48 +0000 Subject: r22797: We are only interested in the DACL of the security descriptor, so search with the SD_FLAGS control. Guenther (This used to be commit 648df57e53ddabe74052e816b8eba95180736208) --- source3/include/ads_protos.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/include/ads_protos.h') diff --git a/source3/include/ads_protos.h b/source3/include/ads_protos.h index 3e312408e4..2565e2ca9b 100644 --- a/source3/include/ads_protos.h +++ b/source3/include/ads_protos.h @@ -102,3 +102,13 @@ ADS_STATUS ads_parse_gpo(ADS_STRUCT *ads, LDAPMessage *res, const char *gpo_dn, struct GROUP_POLICY_OBJECT *gpo); +ADS_STATUS ads_search_retry_dn_sd_flags(ADS_STRUCT *ads, LDAPMessage **res, + uint32 sd_flags, + const char *dn, + const char **attrs); +ADS_STATUS ads_do_search_all_sd_flags(ADS_STRUCT *ads, const char *bind_path, + int scope, const char *expr, + const char **attrs, uint32 sd_flags, + LDAPMessage **res); + + -- cgit