s3-net: show how to use filters for group policy processing.
authorGünther Deschner <gd@samba.org>
Wed, 2 Sep 2009 20:07:01 +0000 (22:07 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 20 May 2010 16:45:48 +0000 (18:45 +0200)
Guenther

source3/utils/net_ads_gpo.c

index fbb3dd94bf9baf75b5f7bf642686972e1dddb88e..e47efe768ed34c2b4263b82482a70d58c335cfb3 100644 (file)
@@ -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;