summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-29 17:15:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:55 -0500
commit88a98e35c780b1665bc21006b9c8c096e6b06f3f (patch)
treec77114ee5057bb91015c36855194cac1c056670d /source3/utils/net_ads.c
parent824966fb3c88958b851b9ac5c29d95f770d98429 (diff)
downloadsamba-88a98e35c780b1665bc21006b9c8c096e6b06f3f.tar.gz
samba-88a98e35c780b1665bc21006b9c8c096e6b06f3f.tar.bz2
samba-88a98e35c780b1665bc21006b9c8c096e6b06f3f.zip
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)
Diffstat (limited to 'source3/utils/net_ads.c')
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
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}
};