The registry key should be

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
"requiresignorseal"=dword:00000000
"signsecurechannel"=dword:00000000

Check if your smb.conf file has the following lines



    domain master = yes

    local master = yes

    preferred master = yes

    os level = 255

    security = user

    domain logons = yes



the "Domain not found" error can be use to some WINS problem, (you can try
adding entries to the LMHOSTS/hosts file of your XP client machine), or some
browse master related problems. The os level = 255 will ensure that the
samba server wins all browse elections. Also have you added any line that
will create a Linux user account for your machine? Check if you have the
following line or something similar.



add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u



You can check the "Using Samba" 2'nd edition by O'Rielly, it's available in
html format at the samba site, and is also distributed with samba 3.0
sources (yes, samba 3.0 sources includes html books for samba 2.2)

Also check if you have a domain admin group, and that the corresponding
samba users exist.

I believe you are missing some steps, it would be better if you create a
checklist and check it against the manual you are using.



Regards

Mani

----- Original Message ----- 
From: "Kedar Dash" <[EMAIL PROTECTED]>
To: "The Linux-Delhi mailing list" <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 3:58 PM
Subject: RE: [ilugd] samba problem with win xp


> Thank you very much mani. I am using the registry file which is as follows
> ---------------
> Windows Registry Editor Version 5.00
>
> ;
> ; This registry key is needed for a Windows XP Client to join
> ; and logon to a Samba domain. Note: Samba 2.2.3a contained
> ; this key in a broken format which did nothing to the registry -
> ; however XP reported "registry key imported". If in doubt
> ; check the key by hand with regedit.
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
> "requiresignorseal"=dword:00000000
> ----------------------------------------------
> i am using samba 2.2XX. the error i am getting is "domain not found".
> waiting for your response.
> kedar
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of Mani
> Sent: Tuesday, January 20, 2004 3:04 PM
> To: The Linux-Delhi mailing list
> Subject: Re: [ilugd] samba problem with win xp
>
>
> Dear Kedar,
>                    You need to tell us much more than that, what error
does
> windows display? Did you check the samba logs? Do they report any errors?
> What registry patch did you apply? Does it look like
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
> "requiresignorseal"=dword:00000000
> "signsecurechannel"=dword:00000000
>
> ANd most importantantly are you using samba 3.0 or 2.2xx, and have you
added
> the XP box to the samba domain?
>
> Regards
> Mani
> ----- Original Message -----
> From: "Kedar Dash" <[EMAIL PROTECTED]>
> To: "The Linux-Delhi mailing list" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 20, 2004 11:28 AM
> Subject: [ilugd] samba problem with win xp
>
>
> > hi,
> > I am using samba as a domain server and it is working fine with win 98,
> but
> > when i am trying to login from win xp terminal it is not working. I have
> > merged the patch(the regestry file) of win xp but still nothing is
> > happening.
> >
> > can anyone guide me on this. Thanks in advance.
> >
> > regards,
> >
> > Kedar
> >
> >
> >
> > _______________________________________________
> > ilugd mailing list
> > [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
>
>
> _______________________________________________
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd
>
>
>
> _______________________________________________
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to