Samba for anonymouse setup but not allowing me to write

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Samba for anonymouse setup but not allowing me to write
# 1  
Old 10-23-2013
Samba for anonymouse setup but not allowing me to write

Hi Friends,

samba for annonymouse setup but not allowing me to write when i tried to browse from windows 7 box

conf as below
HTML Code:
#testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[my_dir]"
Processing section "[homes]"
Processing section "[pri]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
        server string = samba server
        map to guest = Bad User
        null passwords = Yes
        smb passwd file = /etc/samba/smbpasswd
        log file = /var/log/samba/%m.log
        max log size = 50
        wins server = 192.168.15.1
        guest only = Yes

[my_dir]
        comment = Its share
        path = /srv/samba/readonly
        read only = No
        guest ok = Yes

[homes]
        comment = Home Directories
        valid users = WORKGROUP\%S
        read only = No

[pri]
        comment = My pub priv write
        path = /public-write
        valid users = root,kk
        read only = No
        guest ok = Yes
/srv/samba/readonly #



kindly suggest your tho
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Trying to setup Samba

I have a solaris 10 and a solaris 11 environment. I am trying to setup a Samba Share. Basically what I want to do is have a location on my unix boxes that can be accessed from a windows environment. I have the following entry in my smb.conf file however when i try to access the share from... (1 Reply)
Discussion started by: gm10700
1 Replies

2. UNIX for Advanced & Expert Users

Setup Samba Server to always ask user and password

How do I setup a Samba server to always ask to user and password, when a windows user, prints your files using a shared printer through a Samba Linux Server (CUPS)? (0 Replies)
Discussion started by: viga
0 Replies

3. Solaris

samba read write access to owner and no access to other users

Hi All, I want to configure samba share permission so that only directory creator/owner has a read and write permission and other users should not have any read/write access to that folder.Will that be possible and how can this be achieved within samba configuration. Regards, Sahil (1 Reply)
Discussion started by: sahil_shine
1 Replies

4. UNIX for Dummies Questions & Answers

Samba setup in virtual server environment Windows/ Linux

I have a home network set up that consists of a few windows clients and 3 centos, and 1 suse client. These are all virtual machines, VMware Workstation. One centos vm is set to be the Samba server. Do I need Samba set up on the other Linux clients?I have no problem seeing the windows clients... (0 Replies)
Discussion started by: ktb231
0 Replies

5. Solaris

Is it possible to setup a samba share to always mount to a specific Windows drive letter???

I'm trying to setup Samba in a solaris zone... Is there a way to setup Samba so that every Windows machine that tries to connect to the share always gets it mounted under the same drive letter (e.g. H:)??? My Samba share (in smb.conf) /home/pickup I want that all Window users get it mounted... (3 Replies)
Discussion started by: verdepollo
3 Replies

6. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies

7. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

8. UNIX for Dummies Questions & Answers

Setup my Samba

Hi, I have successfully installed the Samba on my Sparc Solaris 8. Now I want to setup so that my PC users are able to view the files in my unix machine. But, I don't know how to do the setup and don't know how to start samba. My eventual goal is to let my PC users to access the files... (1 Reply)
Discussion started by: champion
1 Replies

9. UNIX for Dummies Questions & Answers

setup samba

how do i set up samba 2 connect 2 a windows client ? (1 Reply)
Discussion started by: perleo
1 Replies

10. UNIX for Dummies Questions & Answers

Samba setup

I am new using Redhat 7.2 and i am trying to configure Samba for the first time. I have three machines RH 7.2, NT SP5, and 2000 Server. I can see the linux machine on my NT box but cant seem to connect to it. I must have not configured the smb.conf file correctly. Also I can't see the Linux box... (2 Replies)
Discussion started by: froggy3132000
2 Replies
Login or Register to Ask a Question