- Update samba3 related stuff
PR: docs/114166 Submitted by: Andreas Thalau <thalau at laosnet dot net>
This commit is contained in:
parent
3eac780045
commit
f88957de0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30382
1 changed files with 9 additions and 4 deletions
|
@ -4367,8 +4367,8 @@ DocumentRoot /www/someotherdomain.tld
|
|||
|
||||
<para>A default <application>Samba</application> configuration
|
||||
file is installed as
|
||||
<filename>/usr/local/etc/smb.conf.default</filename>. This
|
||||
file must be copied to
|
||||
<filename>/usr/local/share/examples/smb.conf.default</filename>. This
|
||||
file must be copied to
|
||||
<filename>/usr/local/etc/smb.conf</filename> and customized
|
||||
before <application>Samba</application> can be used.</para>
|
||||
|
||||
|
@ -4536,6 +4536,11 @@ DocumentRoot /www/someotherdomain.tld
|
|||
|
||||
<programlisting>samba_enable="YES"</programlisting>
|
||||
|
||||
<para>Or, for fine grain control:</para>
|
||||
|
||||
<programlisting>nmbd_enable="YES"</programlisting>
|
||||
<programlisting>smbd_enable="YES"</programlisting>
|
||||
|
||||
<note>
|
||||
<para>This will also configure <application>Samba</application>
|
||||
to automatically start at system boot time.</para>
|
||||
|
@ -4555,7 +4560,7 @@ Starting smbd.</screen>
|
|||
<para><application>Samba</application> actually consists of
|
||||
three separate daemons. You should see that both the
|
||||
<application>nmbd</application> and <application>smbd</application> daemons
|
||||
are started by the <filename>samba.sh</filename> script. If
|
||||
are started by the <filename>samba</filename> script. If
|
||||
you enabled winbind name resolution services in
|
||||
<filename>smb.conf</filename>, then you will also see that
|
||||
the <application>winbindd</application> daemon is started.</para>
|
||||
|
@ -4563,7 +4568,7 @@ Starting smbd.</screen>
|
|||
<para>You can stop <application>Samba</application> at any time
|
||||
by typing :</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>/usr/local/etc/rc.d/samba.sh stop</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>/usr/local/etc/rc.d/samba stop</userinput></screen>
|
||||
|
||||
<para><application>Samba</application> is a complex software
|
||||
suite with functionality that allows broad integration with
|
||||
|
|
Loading…
Reference in a new issue