From 88a98e35c780b1665bc21006b9c8c096e6b06f3f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Sep 2006 17:15:45 +0000 Subject: r19003: Finally activate "net ads gpo". For those who are interested, try net ads gpo refresh mybox$ to get your machine related GPOs downloaded to /var/lib/samba/gpo_cache. Detailed information about GPOs is currently only printed when setting a higher debuglevel then 0. Guenther (This used to be commit d086babf9d2592f041cc35db3d60b4452ea953f5) --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index e5b144cf25..2593a59603 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2245,7 +2245,7 @@ int net_ads(int argc, const char **argv) {"WORKGROUP", net_ads_workgroup}, {"LOOKUP", net_ads_lookup}, {"KEYTAB", net_ads_keytab}, - /* {"GPO", net_ads_gpo}, */ + {"GPO", net_ads_gpo}, {"HELP", net_ads_help}, {NULL, NULL} }; -- cgit