<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Boas pessoal estou tentando configurar o Samba no 
Meu Fedora Core 5, porém após criar o grupo e adicionar os users no servidor e 
tentar dar um login pela estação ele sempre reclama da senha, ja refiz a senha 
varias vezes e nada. Segue meu smb.conf e os comandos usados para criar grupos e 
usuários, vlw </FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2></FONT></DIV><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>Na estação coloquei para efetuar o logon no 
servidor pelk</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Toda ajuda ou dica eh bem vinda</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Abraços</FONT></DIV>
<DIV><FONT face=Arial size=2>Adriano</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>comandos</FONT></DIV>
<DIV><FONT face=Arial size=2>groupadd dogod</FONT></DIV>
<DIV><FONT face=Arial size=2>adduser -g dogod adriano</FONT></DIV>
<DIV><FONT face=Arial size=2>smbpasswd -a adriano</FONT></DIV>
<DIV><FONT face=Arial size=2>#####</FONT></DIV>
<DIV><FONT face=Arial size=2>#####</FONT></DIV></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV># Samba config file created using SWAT<BR># <BR># <BR># Global 
parameters<BR>[global]<BR>workgroup = pelk <BR>netbios name = server<BR>security 
= user<BR>encrypt passwords = Yes<BR>logon script = %U.bat<BR>domain logons = 
Yes<BR>preferred master = True<BR>domain master = True<BR>dns proxy = 
No<BR>comment = Servidor Linux<BR>os level = 254<BR>map to guest = 
never<BR>kernel oplocks = true<BR>blockin locks = true<BR>level2 oplocks = 
false<BR>locking = true<BR>oplocks =&nbsp; no<BR>strict locking = yes<BR>read 
raw = yes<BR>write raw = yes<BR>max xmit = 65535<BR>read size&nbsp; = 
32768<BR>announce as = NT Workstation<BR>getwd cache = yes<BR>socket options = 
IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 <BR>SO_RCVBUF=8182<BR>smb passwd file 
= /etc/samba/smbpasswd<BR>wins support = yes<BR>map archive = yes<BR>map system 
= yes<BR>map hidden = yes<BR>log file = /var/log/samba/log.%m<BR>debug level = 
1<BR>max log size = 50<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; force 
security mode = 0766 <BR>force group = @dogod<BR>create mode = 0766<BR>force 
create mode = 0766<BR>directory mode = 0776<BR>force directory mode = 0776 
<BR><BR><BR>[App]<BR>comment = Compartilhamento App<BR>path = /dogo/app<BR>valid 
users = @dogod <BR>browseable = yes<BR>case sensitive = no<BR>read only = 
No<BR><BR>[Home]<BR>comment = Compartilhamento 
home<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /home<BR>valid 
users&nbsp; = dogod<BR>browseable = yes<BR>case sensitive = no<BR>read only = 
No<BR><BR>[netlogon]<BR>comment = Scripts<BR>path = 
/scripts<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public = yes<BR>read only 
= no<BR><BR><BR>[Public]<BR>comment = Compartilhamento Public<BR>path = 
/dogo/public<BR>valid users = @dogod<BR>browseable = yes<BR>case sensitive = 
no<BR>read only = No<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vfs object = 
vscan-clamav.so<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vscan-clamav: 
config-file = /etc/samba/vscan-clamav.conf<BR><BR>&nbsp;<BR>[%U]<BR>comment = 
Compartilhamento Home<BR>path = /home/%U<BR>valid users = %U<BR>browseable = 
yes<BR>case sensitive = no<BR>read only = no<BR><BR><BR>[scripts]<BR>comment = 
Compartilhamento Scripts<BR>path = /scripts<BR>valid users&nbsp; = 
@dogod<BR>public = yes<BR>browseable = yes<BR>case sensitive = no<BR>read only = 
no<BR><BR>[vscan]<BR>&nbsp;&nbsp; comment = virus-protected /samba 
directory<BR>&nbsp;&nbsp; path = /testesamb<BR>&nbsp;&nbsp; vfs object = 
/usr/lib/samba/vfs/vscan-clamav.so<BR>&nbsp;&nbsp; vscan-clamav: config-file = 
/etc/samba/vscan-clamav.conf<BR>&nbsp;&nbsp; writeable = yes<BR>&nbsp;&nbsp; 
valid users = %U<BR>&nbsp;&nbsp; browseable = yes<BR>&nbsp;&nbsp; guest ok = 
yes<BR>#&nbsp;&nbsp; valid users = @dogod<BR>#&nbsp;&nbsp; browseable = 
yes<BR>#&nbsp;&nbsp; case sensitive = no<BR>#&nbsp;&nbsp; read only = 
No<BR>&nbsp;<BR></DIV></DIV></BODY></HTML>