you'll need to add machine accounts for domain logons to work properly. this line in smb.conf makes it happen automatically:
add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u there are also one or two registry changes that need to be made on the xp boxes as well: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters "requiresignorseal"=dword:00000000 "signsecurechannel"=dword:00000000 jason On Saturday 16 August 2003 16:09, Mark Fowle wrote: > I have 65 workstations, 14 that are XP workstations. The 51 > workstations are NT 4.0 and Windows 2000 - These join the domain and > I can login fine. The XP workstations however, join the domain (I > changed the "requiredsignoreal) to 1, but I can't login to the > domain. I've gone through the workstation logs and the smbd and nmbd > logs but don't see an real errors (I have samba set to log at level > 3) -- > > Any help would be appreciated. > > Thanks, > Mark -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
