From 87157f04d1ffcee9f12a9529869a3338af82d99a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 13 Dec 2012 12:31:54 +0100 Subject: [PATCH] s3-net: mention optional impersonation principal for PAC retrieval. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 80368ee1631..013884d1760 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2596,7 +2596,7 @@ static int net_ads_kerberos_pac(struct net_context *c, int argc, const char **ar if (c->display_usage) { d_printf( "%s\n" - "net ads kerberos pac\n" + "net ads kerberos pac [impersonation_principal]\n" " %s\n", _("Usage:"), _("Dump the Kerberos PAC")); -- 2.11.4.GIT