summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-22 09:07:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:03 -0500
commit0d12a35e6b4434f8aef4431f96cf67857ada31c0 (patch)
treeee44ec8c995e5df48564e79601eccf1cc31253b9 /source3/utils
parent314d563b12cecb357d3ad472291bd33fa78a9b63 (diff)
downloadsamba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.tar.gz
samba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.tar.bz2
samba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.zip
r18817: Enable the build of the gpo tool but do not make it available yet.
Guenther (This used to be commit 927cda5d31e9cb02105df3cfc06f5cb273233747)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_ads.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 3fa1be78c1..e5b144cf25 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -219,7 +219,7 @@ static void use_in_memory_ccache(void) {
setenv(KRB5_ENV_CCNAME, "MEMORY:net_ads", 1);
}
-static ADS_STATUS ads_startup(BOOL only_own_domain, ADS_STRUCT **ads)
+ADS_STATUS ads_startup(BOOL only_own_domain, ADS_STRUCT **ads)
{
ADS_STATUS status;
BOOL need_password = False;
@@ -2245,6 +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}, */
{"HELP", net_ads_help},
{NULL, NULL}
};