summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-12-12 16:40:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:26 -0500
commit243b462b094f80d89020bdad78a531a857281bad (patch)
treebdc36cd5ad9882d8eb60088c6a084551a5496dfa /source3
parent7165944469a7d3a249ac070cd702f9b812be4bae (diff)
downloadsamba-243b462b094f80d89020bdad78a531a857281bad.tar.gz
samba-243b462b094f80d89020bdad78a531a857281bad.tar.bz2
samba-243b462b094f80d89020bdad78a531a857281bad.zip
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)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 82c57e8723..359e1ef240 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;
}