Hello, Recently I've installed Samba 2.2.2 on RedHat 7.1 as PDC. The Domain works just fine - all Win98 & Win2K login with no problems at all.... But, WinXP doesn't.... when I tries to login to the Samba, I've got error massage "Windows cannot connect to the Domain, either because the domain controller is down or otherwise unviable, or because your computer account can't be found...." that's cool, but there is a computer account for the XP machine in the smbpasswd... I even remove and re-joined the machine (after delete the computer account) to re-create it. below is my smb.conf file. would be glad for some help :) ------------------------------------------------------------------ Ronen Baram System & Network Administrator Coreflow - Scientific Solutions ltd. P.O. box 626, Yokneam, 20692, Israel Tel: 972-4-9935757 ext. 117 Fax: 972-4-9935858 Web: coreflow.com Email: ronen_b@coreflow.com smb.conf: # Global parameters [global] domain master = True add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u dns proxy = No logon path = encrypt passwords = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins support = Yes max log size = 50 directory mask = 0770 logon script = logon.cmd debug level = 0 domain admin group = root domain logons = Yes workgroup = COREFL log file = /var/log/samba/%I.log netbios name = CCF load printers = No os level = 64 create mask = 0770 logon home = [netlogon] path = /usr/local/samba/lib/netlogon write list = root [profiles] path = /export/smb/ntprofile read only = No create mask = 0600 directory mask = 0700 -------------- next part -------------- HTML attachment scrubbed and removed
On Fri, Feb 01, 2002 at 04:10:10PM +0200, Ronen Baram wrote:> Hello, > > Recently I've installed Samba 2.2.2 on RedHat 7.1 as PDC. > The Domain works just fine - all Win98 & Win2K login with no problems at all.... > > But, WinXP doesn't.... when I tries to login to the Samba, I've got error massage "Windows cannot connect to the Domain, either because the domain controller is down or otherwise unviable, or because your computer account can't be found...." > > that's cool, but there is a computer account for the XP machine in the smbpasswd... > I even remove and re-joined the machine (after delete the computer account) to re-create it. > > below is my smb.conf file. >Have you checked the samba tarball for the windows XP registry patch to allow it to connect to samba?