RH6 samba 3.5.10 @group not working


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RH6 samba 3.5.10 @group not working
# 1  
Old 07-17-2015
RH6 samba 3.5.10 @group not working

The problem I'm having is that if I spec a user id (valid user) in the share, I don't get prompted for a password when trying to access it from a Windows host. If however in the share options I spec a group name (ie. valid user = @aiswf), I get prompted for an account and password. The user accounts and groups have been created on the samba server. We joined the Windows AD domain (net rpc.)

Why is a group share access behaving differently from a user share access? Am I missing a config/setup step ?


Below is my smb.conf
Code:
[global] 

workgroup = DEVENG 

server string = %h Samba File Server %v 

hosts allow = 127. 10. 172. 

smb ports = 139 445 

# Domain Members Options 

security = domain         encrypt 

passwords = yes 

passdb backend = tdbsam 

password server = * 

domain master = no 

wins server = 10.XXX.XX.XX,172.XX.XX.XXX 

dns proxy = yes 

deadtime = 10 

# Browser Control Options
local master = no 

preferred master = no 

os level = 33 

# Filesystem Options
map archive = no 

map hidden = no         m
ap read only = no 

map system = no 

store dos attributes = yes
         hide dot files = no 



#=== Share Definitions === 

[neteng] 

comment = Network Engineering Share 

path = /fs_neteng 

browseable = yes 

writable = yes 

valid users = @neteng dignarn 



[aiswf]
comment = AIS Workflow Share 

path = /fs_aiswf 

browseable = yes 

writable = yes 

guest ok = yes 

admin users = arnoldr 

valid users = @aiswf


Last edited by Don Cragun; 07-17-2015 at 05:23 PM.. Reason: Add CODE tags.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Samba share - currently not working

Long running samba share. Never have any problems, Suddenly started asking windows users for password - which doesnt work. Tried to manually reset smb password and manually map - still wrong password. Restart samba? (2 Replies)
Discussion started by: psychocandy
2 Replies

2. Ubuntu

Renamed Volume Group name on Webmin while running samba server (oops)

Hi...I'm new to Linux and was working on a home server. I have it operational with Samba Share as my NAS system. Unfortunately, while I was on Webmin I changed the Logical Volume Group Name and now I can't find the data I had saved on my Samba Server. Can anyone help me recover those files? ... (0 Replies)
Discussion started by: pangil
0 Replies

3. Red Hat

Samba/Winbind issue - Can't get user and group info from sub domains

Hi, We now have a Samba or Winbind issue. The Linux client under RHEL6 can not get Windows' AD sub-domain info. See the following output please. The main domain 'Global' is shown online, but the sub-domain 'Europe' and 'Asia' are shown offline although they are online. Commands 'wbinfo -u' and... (0 Replies)
Discussion started by: aixlover
0 Replies

4. Red Hat

User and Group quota is not working on RHEL6.2 ext4/ext3

Hello! I am in a weird problem of not able to set quota on an ext4 file system. I have setup a logical volume on which this ext4 filesystem resides. It's going to be used by an application for dumping data. But we want to setup quota so that it does not consume all the free space of the lv. The... (5 Replies)
Discussion started by: admin_xor
5 Replies

5. Ubuntu

Samba not working

I'm trying to hook up a Ubuntu 10.04 PC to my media box by Samba and I am getting can not connect errors although I can see the directories. I have done everything I can think of to enable sharing and guest access. Can anyone think of anything to try such as restoring defaults and trying again? Has... (8 Replies)
Discussion started by: dothehustle
8 Replies

6. AIX

Group permission not working

Please forgive me, but I am not a Unix expert. I'm supporting SAP r/3 and we are trying to run an external command from SAP to read a file at the unix level. When we perform the more command on the following two files, we are succesful in reading the bws file, but unsucessful in reading the bws1... (13 Replies)
Discussion started by: bbauerle
13 Replies
Login or Register to Ask a Question