summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads_gpo.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-02 22:07:01 +0200
committerGünther Deschner <gd@samba.org>2010-05-20 18:45:48 +0200
commit33a156f0c13476f431584492977b0d4c28e4e4fb (patch)
tree2f80465af9b882511c90efef792f0e00dccf0b27 /source3/utils/net_ads_gpo.c
parent96962277da64b2507f8c479b920fc06063cc296f (diff)
downloadsamba-33a156f0c13476f431584492977b0d4c28e4e4fb.tar.gz
samba-33a156f0c13476f431584492977b0d4c28e4e4fb.tar.bz2
samba-33a156f0c13476f431584492977b0d4c28e4e4fb.zip
s3-net: show how to use filters for group policy processing.
Guenther
Diffstat (limited to 'source3/utils/net_ads_gpo.c')
-rw-r--r--source3/utils/net_ads_gpo.c2
1 files changed, 2 insertions, 0 deletions
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;