summaryrefslogtreecommitdiffstats
path: root/source/utils/net_ads.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-12-12 16:40:57 +0000
committerJim McDonough <jmcd@samba.org>2006-12-12 16:40:57 +0000
commit706ce780a931a6eaceaf6eab449760afc339918f (patch)
treed25b34729f664f3581ac5d68f59a091bc64a3fc7 /source/utils/net_ads.c
parent7547f1567eb8de7476edf3ea82201c77bf6f08db (diff)
downloadsamba-706ce780a931a6eaceaf6eab449760afc339918f.tar.gz
samba-706ce780a931a6eaceaf6eab449760afc339918f.tar.xz
samba-706ce780a931a6eaceaf6eab449760afc339918f.zip
r20119: Update help info indicating how to use separators (forward slash only)
and properly use backslashes in "net ads join computername="
Diffstat (limited to 'source/utils/net_ads.c')
-rw-r--r--source/utils/net_ads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index 82c57e8723d..359e1ef2407 100644
--- a/source/utils/net_ads.c
+++ b/source/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;
}