LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-09-2007, 04:53 PM   #1
RBIaIS
LQ Newbie
 
Registered: Dec 2007
Location: Sherman Oaks, CA
Distribution: Fedora 7 and Knoppix
Posts: 7

Rep: Reputation: 0
Question Samba - admin users only?!?!?!


I have a bit of an odd one here and I am hoping someone might have a clue as to what I am missing...

The plan was to take a Fedora 3 2TB server and replace it with a Fedora 7 4TB server. The system has been duplicated and the systems appear to be identical except for IP address and host names. As soon as I can get the following problem resolved, the old server will be removed and the new one will take it's place.

I copied over the smb.conf file (as well as everything in /etc/samba/*), and have duplicated the data in the filesystem, I can view the shares from both Windows and *nix boxes. My Win-XP boxes can map the drives in and they show the shared directories when you browse the machine over the network.

The odd part is that I can only actually get into the directories and view the files when the logged in user is listed as "admin users" but not as "valid users" or no specified lists.

I went through the Samba-HOWTO tests and when I got to test 7, it failed with the following error message:
[root@fileserver2 ~]# smbclient //fileserver2/Art
Password:
Anonymous login successful
Domain=[DOMAINNAME] OS=[Unix] Server=[Samba 3.0.27a-0.fc7]
tree connect failed: NT_STATUS_ACCESS_DENIED
The network is also shared with an Active Directory Server, but it does not interact with this machine or the one it will be replacing.

Any ideas?

Here's a part of the smb.conf
[global]
workgroup = WORKGROUP
server string = Linux Samba Server
guest account = temp
log file = /var/log/samba/%m.log
max log size = 50
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
preferred master = No
local master = No
domain master = No
dns proxy = No
wins server = 192.168.0.2
ldap ssl = no
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
cups options = raw

[www]
comment = IntraNet WWW Folder
path = /var/www
valid users = adamc, robert.k, apache, ted, davidb
admin users = adamc, robert.k
force group = apache
read only = No
create mask = 00
force create mode = 0777
directory mask = 0777
hosts allow = 192.168.0.
...
In the www share above, robert.k can access the files in this directory, if you comment out the "admin users" line, robert.k will not be able to view the files in the directory, this issue is system wide between all shared folders and used home directories. I actually added the "admin users" to the homes entry and he could view his files there.
 
Old 12-10-2007, 11:05 AM   #2
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Rep: Reputation: 30
did u map the windows nt and unix groups?? try it if u didnt, use this command

groupmap modify ntgroup="Domain Admins" unixgroup=<"name of admin group">
groupmap modify ntgroup="Domain Users" unixgroup=<"users">

try it it may work, also post ur smbd.log file
 
Old 12-12-2007, 06:46 PM   #3
RBIaIS
LQ Newbie
 
Registered: Dec 2007
Location: Sherman Oaks, CA
Distribution: Fedora 7 and Knoppix
Posts: 7

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by kool_kid View Post
did u map the windows nt and unix groups?? try it if u didnt, use this command

groupmap modify ntgroup="Domain Admins" unixgroup=<"name of admin group">
groupmap modify ntgroup="Domain Users" unixgroup=<"users">

try it it may work, also post ur smbd.log file
I assume you were referring to the net command.

I hadn't mapped the drives and tried yours above and this (SID taken from other machine):
net groupmap add sid=S-1-5-32-545 unixgroup=users type=builtin
My log.smb error messages in both cases became:
[2007/12/12 15:23:21, 0] smbd/service.c:make_connection_snum(850)
make_connection: connection to art denied due to security descriptor.
This is the only error messages that show up. The terminal session looks like this:
[root@fileserver2 samba]# smbclient //fileserver2/Art
Password:
Anonymous login successful
Domain=[E...CH] OS=[Unix] Server=[Samba 3.0.27a-0.fc7]
tree connect failed: NT_STATUS_ACCESS_DENIED
I am at the point that I don't really think it is Samba but something in access/security control. There are no firewalls and SELinux is disabled (it's a closed system)

Let me know if there is anything that makes sense...

The other issue the "net" command brought up is that when I started to attempt to duplicate the entries from the old server to the new server, using net groupmap list verbose, I received several entries that had groups of -1 in them. I don't get that one... see below (from original server):
System Operators
SID : S-1-5-32-549
Unix group: -1
Group type: Builtin group
Comment :
Replicators
SID : S-1-5-32-552
Unix group: -1
Group type: Builtin group
Comment :
Domain Guests
SID : S-1-5-21-3119555352-1113490366-2152548915-514
Unix group: -1
Group type: Domain group
Comment :
Guests
SID : S-1-5-32-546
Unix group: -1
Group type: Builtin group
Comment :
 
Old 12-12-2007, 07:01 PM   #4
kool_kid
Member
 
Registered: Sep 2004
Location: Dubai, UAE
Distribution: RHL
Posts: 350

Rep: Reputation: 30
hey check out the permission on the folder i mean the linux file permission, that may work.
 
Old 12-12-2007, 09:07 PM   #5
RBIaIS
LQ Newbie
 
Registered: Dec 2007
Location: Sherman Oaks, CA
Distribution: Fedora 7 and Knoppix
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kool_kid View Post
hey check out the permission on the folder i mean the linux file permission, that may work.
Yeah, I checked them, they are all 777, 755 or 750...
 
Old 01-01-2008, 10:27 PM   #6
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416
Blog Entries: 43

Rep: Reputation: 36
I'm working on an smb server too. From what I'd read tonight on various Internet sites, I'm guessing that the -1's in the output indicate that the group's been mapped, but it's got the wrong RID.

It seems to be a change in the pre-mapped groups. I know that on my machine, I got the same type of output too. So probably some standard groups aren't mapped. In case you don't know, the RID is like the GID on Linux systems.

Last edited by des_a; 01-01-2008 at 10:28 PM. Reason: Forgot some text...
 
Old 01-02-2008, 08:54 PM   #7
splunk
Member
 
Registered: Jan 2007
Location: PA, USA
Distribution: Ubuntu Jaunty (9.04)
Posts: 31

Rep: Reputation: 16
How did you duplicate the settings on the older server? Did you use dd or install Fedora 7 from scratch and copy the configuration files verbatim. How did you migrate the data from the old server to the new one?
 
Old 01-06-2008, 01:54 AM   #8
Au_Squirrel
Member
 
Registered: Nov 2005
Location: Brisbane AU
Distribution: FC29
Posts: 52

Rep: Reputation: 17
Have you also got SELinux enabled on the FC7 server?

If so check the policies as you can prevent access by users to network accessible files
 
  


Reply

Tags
samba, samba users



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you add users with Admin Permissions? rtoney5 DamnSmallLinux 2 11-26-2007 02:09 AM
Users admin problem mihalisla Linux - Newbie 2 09-24-2006 07:26 PM
Samba - How can admin users see all [homes]? essdeeay Linux - General 0 04-02-2006 05:56 PM
redirect all users mail to admin tanveer Linux - Networking 4 03-03-2005 09:39 PM
Best way to remote admin: users? TruckStuff Linux - Security 6 06-01-2002 09:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration