Samba configuration file
| Type | Description |
|---|---|
| general | general samba settings |
| share | samba share |
| samba-users | user level access |
The general samba section defines common server settings relevant to the whole service.
| Name | Type | Required | Default | Option | Description |
|---|---|---|---|---|---|
| name | string | no | DD-WRT NXT | Name of the server | |
| workgroup | string | no | WORKGROUP | Name of the workgroup | |
| description | string | no | DD-WRT NXT | Description of the server | |
| charset | string | no | UTF-8 | Display charset & unix charset | |
| homes | boolean | no | 0 | 0,1 | Share the user directory |
| interface | string | no | loopback lan | Interfaces samba should listen on |
Each share represents a mount-point which will be accessible within your local network.
| Name | Type | Required | Default | Option | Description |
|---|---|---|---|---|---|
| name | string | yes | Name of the share | ||
| path | string | yes | The complete path to the directory | ||
| read_only | string | no | yes | no,yes | If yes, only allows read access to share |
| guest_ok | string | no | yes | no,yes | Defines if share will be accessible as anonymous user |
| create_mask | integer | no | 0700 | chmod mask for files created | |
| dir_mask | integer | no | 0700 | chmod mask for directories created |
User-Level access is not yet implemented.