Hi! I have MS domain, based on MS Windows 2000 Server. I successfully joined my samba box (Linux 2.5.53, Samba 2.2.4) to domain via smbpasswd -j DOMAIN -r DC -Uuser%pwd. So when I try to open Samba box via network neighbornhood I got pop-up window with inputs of username and password, I tape valid values and got this popup again. In samba log I see this: [2003/02/12 09:27:58, 0] smbd/password.c:connect_to_domain_password_server(1328) connect_to_domain_password_server: machine DC rejected the tconX on the IPC$ share. Error was : NT_STATUS_ACCESS_DENIED. And a lot of my smb.conf: workgroup = DOMAIN netbios name = LINUXBOX server string = Samba server os level = 17 domain master = no local master = no security = domain password server = DC wins server = 192.168.1.2 name resolve order = wins hosts bcast encrypt passwords = yes Where is error? Thanks for help. Best regards, Den PS: Also I cant connect to Win'9x boxes from Win'2000,XP.
Denis I. Morozov schrieb:> Hi! > > I have MS domain, based on MS Windows 2000 Server. I successfully joined > my samba box (Linux 2.5.53, Samba 2.2.4) to domain via smbpasswd -j > DOMAIN -r DC -Uuser%pwd.i don't know this line... is here an -a missing? is -Uuser%pass ok? did u check with smbclient on localhost, if u have access to your server? <snip>> > Where is error?smbpasswd not ok, wrong userrights in linux/unix firewall ... there are many reasons, give us a little more info...> > Thanks for help. > Best regards, Den > > PS: Also I cant connect to Win'9x boxes from Win'2000,XP. >
Kurt Weiss wrote:>> [frozer@linuxbox frozer]$ smbclient -L \\localhost > > > is frozer a legal domain user? > (sorry, i did not check first, that your passwordserver is *not* your > linux box...)yes, frozer is legal domain name. And password server is Windows 2000 Server. But seems I resolve problem: in group policy for Domain Computers I found some unresolved names as "users who has rightes to access to this computer from network" or sounds like this, so I removed this unresolved names, after changes in Group Policy I restart DC. Then I remove computer account from domain, join linuxbox to domain again and manually create computer account. After that open Network Neighbornhood and browse shares on LINUXBOX - and it work! Thanks for your help, Kurt! Best regards, Denis