Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/docs-xml/Samba3-HOWTO
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml

    r203 r232  
    493493<para><programlisting>
    494494#!/bin/sh
    495 /usr/local/samba/sbin/smbd -D 
    496 /usr/local/samba/sbin/winbindd -B
    497 /usr/local/samba/sbin/nmbd -D 
     495/usr/local/samba/sbin/smbd -D
     496/usr/local/samba/sbin/winbindd -D
     497/usr/local/samba/sbin/nmbd -D
    498498</programlisting></para>
    499499
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-TheNetCommand.xml

    r203 r232  
    18511851        The IDMAP dump file can be restored using the following command:
    18521852<screen>
    1853 net idmap restore &lt;full_path_and_tdb_filename&gt; &lt; dumpfile.txt
     1853net idmap restore idmap_dump.txt
    18541854</screen>
    18551855        Where the Samba run-time tdb files are stored in the <filename>/var/lib/samba</filename> directory
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml

    r203 r232  
    10171017
    10181018<programlisting>
    1019         daemon /usr/local/samba/sbin/winbindd -B
     1019        daemon /usr/local/samba/sbin/winbindd -D
    10201020</programlisting>.
    10211021</para>
     
    11261126in the script above with:
    11271127<programlisting>
    1128 /usr/local/samba/sbin/winbindd -B
     1128/usr/local/samba/sbin/winbindd -D
    11291129</programlisting>
    11301130</para>
Note: See TracChangeset for help on using the changeset viewer.