Re: [SLE] samba question...ya, another one.
From: Thomas Jones (thomas.jones_at_linux-howtos.com)
Date: 07/24/03
- Previous message: Keith Powell: "Re: [SLE] Tarball catastrophe!"
- In reply to: Tom Nielsen: "[SLE] samba question...ya, another one."
- Next in thread: Tom Nielsen: "Re: [SLE] samba question...ya, another one."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: suse-linux-e@suse.com Date: Thu, 24 Jul 2003 03:39:44 -0500
On Thursday 24 July 2003 00:39, Tom Nielsen wrote:
> Actually, it's probably the same one, but I'm asking it again. I had all
> this setup once before, but it was about 2 years ago and I never used it
> so I dropped it.
>
> I'm running on a private network...behind a firewall/router. I'm trying
> to share my system with my wife's laptop (win98...it's her company's
> computer and she just found out that they can't have any P2P programs or
> MP3s on their computer. Hence, she'll use mine to download, then play on
> her laptop while the files are on my system...confusing I know...damn
> AOL).
>
> I setup samba with swat. I have her home (/home/becky) on it. Here's
> some of the smb.conf.
>
> # Global parameters
> [global]
> workgroup = TUX-NET
> encrypt passwords = Yes
> log level = 1
> syslog = 0
> time server = Yes
> unix extensions = Yes
> socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
> printcap name = CUPS
> os level = 2
> wins support = Yes
> default service = becky
> path = /home/tom
> printing = cups
> veto files = /*.eml/*.nws/riched20.dll/*.{*}/
>
> [becky]
> comment = Becky's Home
> path = /home/becky
> guest account = becky
> read only = No
> create mask = 0640
> directory mask = 0750
> guest ok = Yes
> hosts allow = 192.168.2.9
>
> Now, when I browse the network on her machine, I see tux-net network. I
> click on it and get Linux machine. I double click on the Linux machine
> and I get a window that pops up asking for a password to connect to \\
> but no matter what password I put in, I always get rejected....sounds
> like my wife. Anyway, shouldn't I expect to see her home folder rather
> than the Linux machine?
>
> Anyone offer a bit of help?
>
> Thanks,
> Tom
>
> - - - - - - - - - - - - - - - - - -
>
> Tom Nielsen
> Neuro Logic Systems, Inc.
> 805.389.5435 x18
> www.neuro-logic.com
Why do you have a path parameter in the global section? This should be server
and/or daemon specific values only. default service and printing can be
removed also since you don;t utilize these parameters.
As for the password i'd say that it is because you are using the wrong
passwords ---- 'encrypt password = yes' . Windows 98 doesn't use plaintext
passwords.
As another note, you need to specify the access control by setting the
security parameter in the global section. Since you have the guest account
set to 'becky' ---- then you probably need to use 'security = share'.
otherwise just remove the 'guest account' parameter and then set your
'security = user'. Both end up with the same result.
HTH.
-- Thomas Jones Linux-Howtos Network Administrator OpenGPG Key: 0x6A3DF6E9 -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Keith Powell: "Re: [SLE] Tarball catastrophe!"
- In reply to: Tom Nielsen: "[SLE] samba question...ya, another one."
- Next in thread: Tom Nielsen: "Re: [SLE] samba question...ya, another one."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|