Hello, I am fairly new to Linux. I am trying to set up a Linux file server and join it to a Windows 2000 domain. All that I need to do is to be able to get files from the Linux file server and put files on it. I do not want it to be the domain controller. Ironically, I had it working last week, but could only access one drive on the server, started playing around trying to access other drives and messed things up, re-installed Linux (4 times now), and attempted to duplicate my configurations. Winbind will not start. I have tried to start it by: 1) winbindd 2) /etc/init.d/winbind start 3) service winbind restart

It fails to start each time.   Looking in the winbindd.log file it tells me:

winbindd:  idmap uid range missing or invalid
.......
winbindd:  cannot continue, exiting

Any ideas would be greatly appreciated!!!

Thanks, Tim

I am using:
Linux:  Fedora Core 1
Samba:  3.0.0-15
smb.conf, nsswitch.conf, krb5.conf files below:


smb.conf

workgroup = EIIECOMM
netbios name = e2efileserver
realm = EIIECOMM.COMM
idmap uid = 15000 - 20000
idmap gid = 15000 - 20000
winbind enum users = Yes
winbind enum groups = Yes
winbind separator = +
winbind use default domains = Yes
use sendfile = Yes
server string = %h Samba %v Server
log file = /var/log/samba/%m.log
max log size = 50
security = ads
password server = *
smb password file = /etc/samba/smbpasswd
encrypt passwords = Yes
update encrpyted = Yes
null passwords = Yes
socket options = TCP_NODELAY SO_RCVBUF = 8192 SO_SNDBUF = 8192
local master = No
os level = 0
domain master = No
preferred master = No
wins support = No
wins server = 10.10.10.40
dns proxy = no

Share Definitions
[homes]
comment = Home Directories
browseable = no
writeable = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
printable = yes

[MiscData]
comment = Misc
path = /dev/Misc
writeable = yes
guest ok = yes

[InternData]
comment = InternData
path = /dev/InternStorage
writeable = yes
guest ok = yes

[NonRAIDData]
comment = NonRAIDData
path = /dev/NonRAIDStorage
writeable = yes
guest ok = yes

[RAIDData]
comment = RAIDData
path = /dev/RAIDStorage
writeable = yes
guest ok = yes


nsswitch.conf

passwd: files winbind
shadow: files
group: files winbind
hosts: files dns winbind
...................


krb5.conf

[logging]
(no changes made here)

[libdefaults]
ticket_lifetime = 24000
default_realm = EIIECOMM.COM
dns_lookup_realm = false
dns_lookup_kdc = false

[realms]
EIIECOMM.COM = {
kdc = 10.10.10.40
;admin server = 10.10.10.40
default_domain = eiiecomm.com
}

[domain realm]
.eiiecomm.com = EIIECOMM.COM
eiiecomm.com = EIIECOMM.COM

........................

_________________________________________________________________
Planning a family vacation? Check out the MSN Family Travel guide! http://dollar.msn.com


--
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