.. > > > > > > smbpasswd -a username > > > > where username is the windows login for a windows client with his > > respective passwd and try again > > > I already have a passwd for a user account, but I cant access it with any > passwd at all > I'm logged in as root and try to access the user account with the passwd I > use to log in to the Linux machine > I even tryed to remove the firewall completely. > Must be a way to just get samba to share something without passwd at all?
using encrypted passwords the samba user MUST exist in /etc/passwd and in /etc/samba/smbpasswd try Adding... smb passwd file = /etc/samba/smbpasswd to your smb.conf other helpful tips... are smbd and nmbd running? (see it with a ps -aux) can you telnet the port 139 (of the smb server) from a windows client (or you get a connection refused?) any messages on /var/log/samba/* ???? > > > > > good luck > > > > > > On Sat, 2002-11-09 at 09:33, Conny Enstr�m wrote: > > > I installed samba for using my win printer and share files. > > > I can see the Samba machine from win but I cant access it. > > > The printer is set up by adding a Win remote printer and also fail to > get access to the printer. I have all the path's names and passwd ok. > > > And I have done the regkey stuff in win. But I dont get that far for the > passwd. > > > > > > when I run 'tcpdump' it says: > > > > > > 16:29:52.658840 192.168.0.2.netbios-ns > 192.168.0.255.netbios-ns: NET > UDP PACKET(137): QUERY; REQUEST; BROADCAST > > > 16:29:52.658840 192.168.0.2.netbios-ns > 192.168.0.3.netbios-ns: NET UDP > PACKET(137): QUERY; POSITIVE; RESPONSE ;UNICAST > > > > > > lots of outputs like this > > > --------------------------------- > > > my /etc/samba/smb.conf > > > > > > [global] > > > > > > workgroup = WORKGROUP > > > comment = Samba Server > > > printing = bsd > > > printcap name = /etc/printcap > > > load printers = yes > > > log file = /var/log/samba/log.%m > > > max log size = 50 > > > short preserve case = yes > > > preserve case = yes > > > lock directory = /usr/local/samba/var/locks > > > locking = yes > > > share modes = yes > > > security = user > > > socket options = TCP_NODELAY > > > > > > [homes] > > > comment = Home Directories > > > browseable = no > > > writable = yes > > > > > > [printers] > > > comment = All Printers > > > path = /usr/spool/samba > > > browseable = no > > > printable = yes > > > guest ok = no > > > writable = no > > > create mask = 0700 > > > > > > [public] > > > comment = Public Stuff > > > path = /home/samba > > > public = yes > > > writable = yes > > > printable = no > > > write list = @users > > > > > -- > > > > > > Wayne's World C Programming Style Guide: > > A == B; !; > > > > > > > > _______________________________________________ > > Seawolf-list mailing list > > [EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/seawolf-list > > > > _______________________________________________ > Seawolf-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/seawolf-list > -- Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music. _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
