[Samba] Replacing WinNT 4 PDC with Samba PDC

Giulio Orsero giulioo at pobox.com
Thu May 8 19:32:56 GMT 2003


On Thu, 8 May 2003 15:08:14 -0400 , "Collins, Kevin"
<KCollins at nesbittengineering.com> wrote:

>> you forgot to add a \ at the end of the above line (no spaced 
>> after \).
>> 
>> --with-stuff1 \
>> --with-stuff2  \
             ^^^
>(You actually should only have one space here, right? ;-) )
No :-)
You can put spaces and tabs before \, but nothing after it.

>This is the way I did it:
>
> --with-stuff1 \
> --with-stuff2 \
># NEI Modifications
> --with-ldapsam

The above is not correct.
you cannot intermix line(s) without \ ad keep the command "united".
So change it to
--with-stuff1 \
--with-stuff2 \
--with-ldapsam 

or maybe
--with-stuff1 \
--with-stuff2 \
--with-ldapsam  # NEI Modifications

-- 
giulioo at pobox.com


More information about the samba mailing list