This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:configuration:config_files:config_samba [2016/07/04 08:34] admin created |
documentation:configuration:config_files:config_samba [2018/05/24 09:05] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
^ Type ^ Description ^ | ^ Type ^ Description ^ | ||
| [[config_samba#general|general]] | general samba settings | | | [[config_samba#general|general]] | general samba settings | | ||
- | | [[config_samba#sharee|share]] | samba share | | + | | [[config_samba#share|share]] | samba share | |
+ | | [[config_samba#share|samba-users]] | user level access | | ||
==== general ==== | ==== general ==== | ||
Line 33: | Line 34: | ||
| path | string | yes | | | The complete path to the directory | | | path | string | yes | | | The complete path to the directory | | ||
| read_only | string | no | yes | no,yes | If yes, only allows read access to share | | | read_only | string | no | yes | no,yes | If yes, only allows read access to share | | ||
- | | guest_ok | string | no | no | no,yes | Defines if share will be accessible as anonymous user | | + | | 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 | | | create_mask | integer | no | 0700 | | chmod mask for files created | | ||
| dir_mask | integer | no | 0700 | | chmod mask for directories created | | | dir_mask | integer | no | 0700 | | chmod mask for directories created | | ||
+ | ==== samba-users ==== | ||
+ | |||
+ | User-Level access is not yet implemented. | ||