nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Centos 5.2+Samba 3.0.28-1.el5_2.1 write list problem

This is a discussion on Centos 5.2+Samba 3.0.28-1.el5_2.1 write list problem within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Hello everyone, I have a centos 5.2 with samba 3.028 configured and bined to an Active Directory server. It works ...

Register free or login to your existing account and remove all advertisements.


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Linux answers from nixCraft.


CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2009, 04:55 AM
Junior Member
User
 
Join Date: Dec 2008
OS: Centos
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
maxleonca is on a distinguished road
Default Centos 5.2+Samba 3.0.28-1.el5_2.1 write list problem

Hello everyone,
I have a centos 5.2 with samba 3.028 configured and bined to an Active Directory server.
It works as it should except for 1 thing, the shares are not allowing the write list groups to write on them.

This is an example of a share:

Code:
[dropbox]
        comment = ramdom stuff
        path = /filer/IT/dropbox
        guest ok = no
        map to guest = bad user
        read only = yes
        browsable = yes
        create mask = 0660
        create directory mask = 0770
        map acl inherit = yes
        hide dot files = yes
        write list =@it-tech
Code:
[root@filer /]# ll -r filer/IT/
total 4
drwxrwx--- 2 root it-tech 4096 Mar  9 13:50 dropbox
Now the it-tech group of the Active Directory is valid and it can access the filesystem without problems, any user of that group can actually read and write on that specific folder but if access through a windows box within the domain, I can read but I cannot write.
Ideas anyone?

Thanks in advanced.
Reply With Quote
  #2 (permalink)  
Old 03-11-2009, 02:14 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Posts: 2,647
Thanks: 11
Thanked 236 Times in 176 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

You can not have both read only and write only set at a time. Remove read only
Code:
read only = yes
And restart samba.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
Reply

Tags
linux active directory , samba , samba file permissions , smb


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
ldap+samba authentication problem capibolso Linux software 0 12-04-2008 10:19 PM
Some minor problem on booting centOS 5 satimis CentOS / RHEL / Fedora 3 01-13-2008 05:29 PM
Display Problem in CentOS 4.4 kasimani Linux software 1 05-05-2007 02:36 PM
Problem with Samba puppen Linux software 0 05-06-2006 09:09 PM
Samba Problem sonaikar Linux software 1 04-26-2005 01:18 PM


All times are GMT +5.5. The time now is 08:35 AM.


Powered by vBulletin® Version 3.8.4 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2009 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38