| [313] | 1 | # This is the main Samba configuration file. You should read the
|
|---|
| 2 | # smb.conf(5) manual page in order to understand the options listed
|
|---|
| 3 | # here. Samba has a huge number of configurable options (perhaps too
|
|---|
| 4 | # many!) most of which are not shown in this example
|
|---|
| 5 | #
|
|---|
| 6 | # For a step to step guide on installing, configuring and using samba,
|
|---|
| 7 | # read the Samba-HOWTO-Collection. This may be obtained from:
|
|---|
| 8 | # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
|
|---|
| 9 | #
|
|---|
| 10 | # Many working examples of smb.conf files can be found in the
|
|---|
| 11 | # Samba-Guide which is generated daily and can be downloaded from:
|
|---|
| 12 | # http://www.samba.org/samba/docs/Samba-Guide.pdf
|
|---|
| 13 | #
|
|---|
| 14 | # Any line which starts with a ; (semi-colon) or a # (hash)
|
|---|
| 15 | # is a comment and is ignored. In this example we will use a #
|
|---|
| 16 | # for commentry and a ; for parts of the config file that you
|
|---|
| 17 | # may wish to enable
|
|---|
| 18 | #
|
|---|
| 19 | # NOTE: Whenever you modify this file you should run the command "testparm"
|
|---|
| 20 | # to check that you have not made any basic syntactic errors.
|
|---|
| 21 | #
|
|---|
| 22 | #======================= Global Settings =====================================
|
|---|
| 23 | [global]
|
|---|
| 24 |
|
|---|
| 25 | # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
|
|---|
| |
|---|