Samba Winbind Issue
From: Tux (jacksone_at_seas.upenn.edu)
Date: 12/13/03
- Next message: Ender Everett: "Re: What is the last free version of Redhat available as ISO download?"
- Previous message: B U S H: "Installation for Orinoco USB Client GOLD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Dec 2003 21:36:59 -0500
Problem Overview:
The problem is that I cannot resolve Windows Domain Groups or Windows
Domain Users properly using getent, but I have no problem using wbinfo. I
am trying to set permissions using setfacl and chown/chgrp for Windows
Domain Accounts and get errors when attempting to resolve the Windows Domain
Accounts.
Environment:
- Red Hat Enterprise Linux 3.0 ES
- Samba 2.2.8a complied from source using --with-acl-support option
- Windows 2000 Domain in Native Mode
Expanded Details:
- I installed Redhat with the Development Tools, X Server options,
Admin Tools and pretty much nothing else.
- I am using LVM for /home and /groups partitions.
- I installed the SGI XFS kernel and kernel source, along with the XFS
rpm to provide mkfs.xfs "rpm --force -ivh
kernel-2.4.20-20.9.XFS1.3.1.i386.rpm
kernel-source-2.4.20-20.9.XFS1.3.1.i386.rpm", "rpm -Uvh
xfsprogs-2.5.6-1.i386.rpm"
- /home and /groups were reformated to be XFS and set to mount that way
in the fstab file
- The server is set to boot into the XFS kernel in grub.conf
- Samba source was configured with "./configure--with-acl-support" and
installed using "make && make install".
- I added the system to the domain using smbpasswd -j <domain> -r
'*' -U<domainadmin>".
- edited nnswitch.conf to use passwd and groups with winbind.
- smb.conf file is from another working system, with only the machine
name edited, so it should be fine.
- start winbindd, smbd and nmbd.
- I can get a listing of the Windows Domain Users and Groups by running
the following command "wbinfo -u" or "wbinfo -g"
- I cannot get a listing of the Windows Domain Users by running "getent
passwd" and "getent groups", they just list the unix users and groups. I am
assuming that this is the breakdown that is causing the resulting problems
below.
- Samba is installed in /usr/local/samba and all of my configuration
files reside in the /usr/local/samba/lib directory. I am using all of
samba's bin files from /usr/local/samba/bin like winbindd, smbd, smbpasswd,
nmbd, wbinfo instead of the client files that redhat provides. The getent
command, however, is from a redhat package.
Resulting Problems:
- I cannot set ACLs with Windows Domain Groups or Users using the
setfacl command.
- I cannot set Windows Domain users or Groups using the chown ro chgrp
command
Can anybody help me troubleshoot this issue? Maybe something simple I am
overlooking. Thanks in advance.
- Next message: Ender Everett: "Re: What is the last free version of Redhat available as ISO download?"
- Previous message: B U S H: "Installation for Orinoco USB Client GOLD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|