The Samba Configuration File
The /etc/samba/smb.conf file is the main configuration file you'll need to edit. It is split into five major sections, which Table 10.1 outlines.
Table 10.1. File Format of smb.confSection | Description |
|---|
[global] | General Samba configuration parameters. | [printers] | Used for configuring printers. | [homes] | Defines treatment of user logins. | [netlogon] | A share for storing logon scripts.
(Not created by default.) | [profile] | A share for storing domain logon information such as favorites and desktop icons.
(Not created by default.) |
You can edit this file by hand or more simply through Samba's SWAT Web interface.
|