LINUX.ORG.RU
решено ФорумAdmin

samba не пускает в папки с паролем


0

1

smbpasswd -a greh && smbpasswd -e greh

apt-cache show samba | grep Version
Version: 2:3.5.6~dfsg-3
Version: 2:3.5.6~dfsg-3squeeze2


cat /etc/samba/smb.conf

[global]
dos charset = CP866
unix charset = utf8
display charset = utf8
workgroup = HomeNet
netbios name = home-server
server string = Samba Server %v
map to guest = Bad User
security = share
passdb backend = smbpasswd
log file = /var/log/samba/%m.log
max log size = 50
hosts allow = 192.168.0., 127., 192.168.1.

#Конфиг адаптирован для безпарольного доступа, здесь есть и другие шары, которые работают отлично(там нет ограничений на вход)

[some]
public = no
path = /home/greh/Torrents/some
browseable = no
security = user
valid users = greh
guest ok = no


В папку some на Ubuntu 9.10 и Вин7 просит пользователя/парол, получает их и потом опять просит, до бесконечности. Под Вин Xp неким магическим образом заходит не спрашивая имя пользователя(ставит Гость), но без правильного пароля не пускает. Гугл от меня уже устал. Чего не хватает в секции [some]?

man smb.conf
[bt]security = share будет не за горами будет выпилен, смотри мой профиль и единственную новость в нём.

public

This parameter is a synonym for guest ok.

guest ok (S)
If this parameter is yes for a service, then no password is required to connect to the service. Privileges will be those of the guest account.

... See the section below on security for more information about this option.

SECURITY = USER
This is the default security setting in Samba 3.0. With user-level security a client must first «log-on» with a valid username and password (which can be mapped using the username map parameter).

Не чувствуешь подвоха?

adriano32 ★★★
()
Ответ на: комментарий от adriano32

Спасибо огромное! С каждой версией что-то меняют, а такие малообразованные как я вечно по форумам бегают...

anonymous327
() автор топика
Ответ на: комментарий от anonymous327

man smb.conf

writable

This parameter is a synonym for writeable.

writeable (S)

Inverted synonym for read only.

Как исправил-то?

adriano32 ★★★
()
Ответ на: комментарий от adriano32

>Так а чё исправил-то?

[global] guest ok = yes # вместо security = share

[some] #public = no удалён

anonymous327
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.