From 243b462b094f80d89020bdad78a531a857281bad Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 12 Dec 2006 16:40:57 +0000 Subject: [PATCH] r20119: Update help info indicating how to use separators (forward slash only) and properly use backslashes in "net ads join computername=" (This used to be commit cc26e2f9a155529b8ac2122bd2bec401bb516264) --- source3/utils/net_ads.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 82c57e8723d..359e1ef2407 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1322,6 +1322,8 @@ static int net_ads_join_usage(int argc, const char **argv) d_printf(" createcomputer=OU Precreate the computer account in a specific OU.\n"); d_printf(" The OU string read from top to bottom without RDNs and delimited by a '/'.\n"); d_printf(" E.g. \"createcomputer=Computers/Servers/Unix\"\n"); + d_printf(" NB: A backslash '\\' is used as escape at multiple levels and may\n"); + d_printf(" need to be doubled or even quadrupled. It is not used as a separator"); return -1; } -- 2.11.4.GIT