We are running Fedora Core 2 with kernel 2.6.6-1.422.i686. I have just installed the samba-3.0.5pre1 packages. We have joined the samba into the Windows 2000 ADS. But we can not start the winbind. The smb and nmbd are started ok. The error for the winbind failure is: Jun 8 15:37:57 hp1005 winbindd[1854]: winbindd: idmap uid range missing or invalid Jun 8 15:37:57 hp1005 winbindd[1854]: [2004/06/08 15:37:57, 0] nsswitch/winbindd_util.c:winbindd_param_init(561) Jun 8 15:37:57 hp1005 winbindd[1854]: winbindd: cannot continue, exiting. Jun 8 15:37:57 hp1005 winbind: winbindd startup failed But We have following lines in the smb.conf as well. idmap uid = 10000 - 20000 idmap gid = 10000 - 20000 winbind enum users = yes winbind enum groups = yes winbind separator = +
I have just fixed the problem. I have changed the config file and then it works. new lines: idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind separator = + Thanks, anyway....
known issue with parsing uid or gid range. Needs to be fixed eventually.
later.
originally against 3.0.5pre1 (which became 3.0.6pre1 due to security release))