Помогите настроить Samba
Собственно такая ситуация: купил диск Seagate там стоит самба со следующим конфигом. При заходе на диск спрашивает пароль и после авторизации, можно лазить по всем папкам. Это то что есть на данный момент.
А хочется: 1) При заходе на диск пароль не спрашивался вообще а показывал все папки 2) При заходе в папку Personal спрашивал пароль, если пароль неверен, то не пускал 3) При заходе в папку Public не спрашивал пароль и собственно заходил
Много чего пробовал приводить код не буду, но в результате как надо не работает помогите пожалуйста
# This file was generated from a template. To make local modifications, # copy the template from /etc/oe-admin/templates/system to # /etc/oe-admin/templates/local , modify it, # then make some change on the Windows Networking page.
[global]
netbios name = motoroller workgroup = HOME server string = GoFlex Home
security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd use sendfile = yes
guest account = lp
printcap name = cups load printers = yes printing = cups
socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536 dns proxy = no
browseable = yes map to guest = never
domain master = no local master = yes preferred master = yes os level = 2 unix charset = UTF8 unix extensions = no mangled names = no veto files = /.swapfile/.tmp/.users/.timemachine/ delete veto files = yes
# We need this here to prevent errors from appearing in WinXP # https://listman.redhat.com/archives/redhat-list/2003-January/msg00939.html use client driver = yes
log level = 0
[GoFlex Home Public] comment = GoFlex Home (GoFlex Home Public) path=/home/%U/GoFlex Home Public browseable = yes writeable = yes guest ok = no #guest only = no #public = yes create mode = 0664 directory mode = 0775 force create mode = 0664 force directory mode = 0775 force security mode = 0775 force directory security mode = 0775 force group = users valid users = %U
[GoFlex Home Personal] comment = GoFlex Home (GoFlex Home Personal) path=/home/%U/GoFlex Home Personal browseable = yes writeable = yes guest ok = no #guest only = no #public = yes create mode = 0664 directory mode = 0775 force create mode = 0664 force directory mode = 0775 force security mode = 0775 force directory security mode = 0775 force group = users valid users = %U