Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
samba [2015/05/28 12:40] wombat створено |
samba [2015/05/28 12:40] (поточний) wombat |
||
---|---|---|---|
Рядок 1: | Рядок 1: | ||
+ | <file config "/etc/samba/smb.conf"> | ||
+ | #======================= Global Settings ===================================== | ||
+ | [global] | ||
+ | # workgroup = NT-Domain-Name or Workgroup-Name | ||
+ | workgroup = HOME | ||
+ | netbios name = WombatOrgUa | ||
+ | |||
+ | # server string is the equivalent of the NT Description field | ||
+ | server string = WombatOrgUa Samba Server | ||
+ | |||
+ | map to guest = Bad User | ||
+ | |||
+ | hosts allow = 192.168.1. 127. | ||
+ | guest account = nobody | ||
+ | |||
+ | log file = /var/log/samba/%m.log | ||
+ | max log size = 50 | ||
+ | |||
+ | security = user | ||
+ | dns proxy = no | ||
+ | |||
+ | #============================ Share Definitions ============================== | ||
+ | |||
+ | [pub] | ||
+ | path = /mnt/data/srv/ftp/pub | ||
+ | comment = Вантажити сюди | ||
+ | guest ok = yes | ||
+ | public = yes | ||
+ | writable = yes | ||
+ | create mask = 0666 | ||
+ | </file> |