
HC
(usa Debian)
Enviado em 29/03/2010 - 14:52h
E ai pessoal,estou com um problema em compartilhar um diretório no SAMBA, estou usando o Debian Lenny e SAMBA 2:3.2.5-4lenny9.
Esse é meu conf:
[global]
log file = /var/log/samba/%m.log
lanman auth = No
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
client ntlmv2 auth = Yes
ntlm auth = No
client schannel = Auto
encrypt passwords = true
winbind use default domain = yes
realm = MEUDOMINIO
winbind uid = 10000-20000
template shell = /dev/null
client plaintext auth = No
netbios name = SERVIDOR
writeable = yes
server string = Proxy Server
winbind enum users = yes
password server = XXX.XXX.XXX
path = /home/gmd
winbind gid = 10000-20000
template homedir = /dev/null
workgroup = DOMINIO
winbind enum groups = yes
client lanman auth = No
security = ads
max log size = 100
server schannel = Auto
log level = 10
wins support = Yes
#Diretorio compartilhado
[gmd]
path = /home/gmd/
create mask = 0777
directory mask = 0777
writable = yes
guest ok = yes
public = yes
Se da minha estação eu der \\hostname\compartilhamento eu consigo abrir o diretório compartilhado, mas se eu der \\IP\compartilhamento aparece a seguinte mensagem:
"Não há processo no outro extremo do pipe."
Alguem já pegou algum problema parecido?
Abraços