Author: jmcd
Date: 2006-12-12 16:40:57 +0000 (Tue, 12 Dec 2006)
New Revision: 20119

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20119

Log:
Update help info indicating how to use separators (forward slash only) 
and properly use backslashes in "net ads join computername="

Modified:
   branches/SAMBA_3_0/source/utils/net_ads.c
   branches/SAMBA_3_0_24/source/utils/net_ads.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_ads.c   2006-12-12 15:16:26 UTC (rev 
20118)
+++ branches/SAMBA_3_0/source/utils/net_ads.c   2006-12-12 16:40:57 UTC (rev 
20119)
@@ -1322,6 +1322,8 @@
        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;
 }

Modified: branches/SAMBA_3_0_24/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_0_24/source/utils/net_ads.c        2006-12-12 15:16:26 UTC 
(rev 20118)
+++ branches/SAMBA_3_0_24/source/utils/net_ads.c        2006-12-12 16:40:57 UTC 
(rev 20119)
@@ -1322,6 +1322,8 @@
        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;
 }

Reply via email to