Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-15-2005, 09:41 AM
|
#1
|
Member
Registered: Jul 2003
Distribution: Linux Mint
Posts: 33
Rep:
|
Samba directory permissions - can't write from XP
Hello all
This is probably an easy question, but I'm baffled nonetheless.
I have three computers on my home network. Two PC's running XP home and one server running Fedora core 3. Samba is running on the server, and the smb.conf file looks like:
[global]
workgroup = Mshome
os level = 20
server string = FC3
security = share
[homes]
read only = no
browseable = yes
write list = tony, root, guest
[backup drive]
path = /mnt/backup
read only = no
browseable = yes
write list = tony
secutity = share
[Common]
writeable = yes
write list = tony, tina, guest
secutity = share
path = /data/Common
public = yes
guest = ok
[Web]
path = /var/www/html
read only = no
browseable = yes
write list = tony
secutity = share
I (tony) have an account on the server. My wife (tina) does not. My goal is: make it so that either XP computer can read and write to the "Common" directory at any time and I don't want to have to type in a username and password every time I want to do so. The backup and homes directories require a password, and that's fine with me.
Is it possible to make a Samba directory available read/write to all windows users without requiring any authentication whatsoever?
Any ideas?
|
|
|
10-16-2005, 09:24 AM
|
#2
|
Member
Registered: Jul 2002
Location: Sydney
Distribution: Kubuntu Edgy
Posts: 74
Rep:
|
Okay, this is a stab. Here is an entry from my SME server's smb.conf
path =/ (your path here)
read only = no
writable = yes
printable = no
inherit permissions = yes
create mode = 0640
[name]
comment = whatever you want.
I really sorry if this doesn't help. But it's worth a shot.
Regards
Mick
|
|
|
10-16-2005, 12:56 PM
|
#3
|
Member
Registered: Jun 2005
Location: Bosie, ID
Distribution: Fedora Core 4, Kurumin,BackTrack, Slackware 10.2, IPCop
Posts: 105
Rep:
|
Well, one thing, if you're experiencing permissions issues, you can always use:
force user = (owner of the folder in the path)
However, this method still requires you to input a uname/passwd. Check out the Samba quides. I believe there is one on the internet.
|
|
|
All times are GMT -5. The time now is 08:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|