Samba / XP login failures while tring to access shared files (works with win2k)
GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I got samba running on a redhat box that is also my dhcp server,firewall, NAT, etc... anyway.. On my win2k box I can login to my samba system and access the shared files, however when I try to use my xp box I get this error:
Standard you dont have permissions error plus this:
You were not connected becuase a duplicate name exists on the network. Go to System in Control Panel to change your computer name and then try again.
Now thinking that XP was right I did what it said. (waste of time) I changed the name to something that would never be on my network nor that I have in any configuration file on any of my systems... same error.
Im not to good when it comes to dealing with xp, I wouldnt use it only the software I use to program a fpga board is only available for xp (school related)
Does anyone have any ideas?
Last edited by Zero-0-Effect; 01-19-2004 at 03:16 PM..
You know I have the same problem too ( well almost)... I have a network with 8 machines.1 machine is a Redhat 9 server for files and printing and 6 of them run windows xp and then 1 uses Win 98.
So I created usernames on samba( the same ones which are available on windows with the same passwords).but when I login to server form either 98 or xp .... the login fails.
Sometimes if i use the smbpasswd fronted ,passwords works but only for couple of hours and then the next morning passwords don,t work.So if anyone could help ... their help is very much appreciated.
This seems to be a issue with 2K and XP but I only had trouble with xp..
to fix...
Quote:
The Windows XP (and probably the W2K) requires set an special registry entry to "0" (by default is set to "1"). This is documented in the samba/docs/Registry/WinXP_SignOrSeal.reg :
---
;
; This registry key (gathered from the Samba-tng lists) is needed
; for a Windows XP client to join and logon to a Samba domain
;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netlogon\parameters
"RequireSignOrSeal"=dword:00000000
---
Also, Luke Howard <lukeh@PADL.COM> (9 Nov 2001), tell me:
I noticed today that you can change this in the Local or Domain
policy editor in Windows 2000, too.
so, this should be the normal way.
scroll down to contents and click on # 16. Windows XP and W2K requirements
Hope this helps anyone else using samba!
To edit the registry log in as administrator or user with admin rights and clikc on start->run regedit use tabs to find the right file.. double click on RequireSignOrSeal and change to 0.
Last edited by Zero-0-Effect; 01-24-2004 at 10:30 PM..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.