Help me with Samba with NT4 Domain
Hello all,
I setup my Samba server joined to NT4 domain support winbind and nss
i can use wbinfo -u, but my NT4 domain account can't map to passwd file,
I see the /var/log/samba/winbindd.log have some errors
2004/09/17 17:27:15, 0] sam/idmap_tdb.c:db_allocate_id(106)
idmap Fatal Error: UID range full!! (max: 20000)
[2004/09/17 17:27:15, 1] nsswitch/winbindd_user.c:winbindd_fill_pwent(50)
error getting user id for sid S-1-5-21-637226847-105070846-619646970-4427
[2004/09/17 17:27:15, 1] nsswitch/winbindd_user.c:winbindd_getpwent(571)
could not lookup domain user AMulde
this is my smb.conf
[global]
#Domain Name
workgroup = HCMC
server string = Samba for HCMC domain
security = domain
password server = *
encrypt passwords = yes
username map = /etc/samba/smbusers
smb passwd file = /etc/samba/smbpasswd
map to guest = Bad User
local master = no
domain master = false
preferred master = no
dns proxy = no
#Config log file
log file = /var/log/samba/%m.log
max log size = 0
#Network performance option
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#Register with WINS server
wins server = 172.33.33.1
#Configure using winbind
winbind use default domain = no
winbind cache time = 10
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template shell = /bin/bash
template homedir = /home/%U
#Configure using PAM
obey pam restrictions = yes
What happen with my Samba server????????
|