Make sure winbind is running (have you edited nsswitch.conf to include winbind?) and that nscd is not running. You can stop nscd and restart all the samba services with `/etc/init.d/nscd stop` then `/etc/init.d/smb restart` `/etc/init.d/nmb restart` `/etc/init.d/winbind restart`
Hope this helps


Tim Barone wrote:

Hello, I am new to Linux, Samba, and actually servers in general. I am attempting to set up a Linux file server and join it to a Windows 2000 domain. All I want to be able to do is get files from the linux file server and put files on it. I do not want it to be the domain controller.

I join the domain using: net join -S 10.10.10.40 -UAdministrator%password

It tells me that I have joined the domain.

wbinfo -t  & wbinfo -p   work fine!

Wbinfo -u gives me: Error looking up domain members
Wbinfo -g gives me: Error looking up domain groups

Any ideas on what to do?

Thanks a bunch!

Linux is Fedora Core 1
Samba is 3.0

smb.conf file:

[global]
workgroup = EIIECOMM
netbios name = e2efileserver1
realm = EIIECOMM.COM
idmap uid = 10000 - 15000
idmap gid = 10000 - 15000
winbind separator = +
winbind use default domain = Yes
use sendfile = Yes
server string= Samba Server
printcap anme = /etc/printer
load printers = yes
log file = /var/log/samba/%m.log
max log size = 50
security = domain
password server = *
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
os level = 33
wins support = no
wins server = 10.10.10.40 (I'm not sure this is a wins server)
dns proxy = no

[homes]
comment = Home Directories
valid users = %S
browseable = yes
writeable = yes

[tmp]
comment = Temporary file space
path = /tmp
writeable = yes
guest ok = yes

[public]
comment = Data
path = /export/public
public = yes
writeable = yes

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfeeŽ Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to