From 32ba2c889fb7eaa0dde8a2951572da7e2a4da3ce Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Dec 2001 05:21:50 +0000 Subject: added a net time command. Allow display or set of system time based on a SMB server particularly useful for ADS is: net time set -S DOMAIN#1B this makes kerberos clock skew problems go away :) (This used to be commit b3ba2293d0e4eac3b6408c3abc3dcacfa3f67fe4) --- source3/utils/net_rap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_rap.c') diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 242d1ac9a1..b658c46d14 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -214,7 +214,7 @@ static const char *share_type[] = { /* End of weird 'strings at top of file' section */ -static int general_rap_usage(int argc, const char **argv) +int general_rap_usage(int argc, const char **argv) { d_printf("Valid targets: choose one (none defaults to using localhost)\n"); -- cgit