From 33a156f0c13476f431584492977b0d4c28e4e4fb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Sep 2009 22:07:01 +0200 Subject: s3-net: show how to use filters for group policy processing. Guenther --- source3/utils/net_ads_gpo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils') diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c index fbb3dd94bf..e47efe768e 100644 --- a/source3/utils/net_ads_gpo.c +++ b/source3/utils/net_ads_gpo.c @@ -391,6 +391,8 @@ static int net_ads_gpo_apply(struct net_context *c, int argc, const char **argv) } status = ads_startup(c, false, &ads); + /* filter = cse_gpo_name_to_guid_string("Security"); */ + if (!ADS_ERR_OK(status)) { d_printf("got: %s\n", ads_errstr(status)); goto out; -- cgit