[plug] networking XP Pro and Samba

Robert Andrews squirrel at emerge.net.au
Sat Aug 17 20:53:50 WST 2002


Wow knock a bloke over for trying to be of some help
I would never assume that that one could be as well informed as yourself
about all things
However I just added my bit because as I said it cured my problems I have
four Xp comps and Two 98 machines connected to my linux box 4 on wire and 2
on wireless link to my workshop.
I just checked my Xp registry to compare your changes as I have made no mods
to my registry in regard to this matter.
they are as follows

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters]
"requirestrongkey"=dword:00000000
"requiresignorseal"=dword:00000001

As you can see there is a difference however I have not changed them
I have not checked to see if installing Netbeui modifies the registry
Here is a snippet from
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306059&

 "The NetBEUI Protocol Is Not Available in Windows XP"
It then tells you how to install Netbeui
Regards Bob Andrews .



-----Original Message-----
From: Craig Foster [mailto:fostware at iinet.net.au]
Sent: Saturday, August 17, 2002 2:01 AM
To: plug at plug.linux.org.au
Subject: RE: [plug] networking XP Pro and Samba


WTF? Since when has Linux/Samba required (or even recognised) netbeui?
(and why do you think netbeui is not installable by default?)
Hmmph!

Post snippets of smb.conf for more help...
Like :-

"
[global]
case sensitive = no
dns proxy = no
domain admin group = administrators
domain logons = yes
domain master = yes
encrypt passwords = yes
guest account = public
guest ok = no
hosts allow = 127.0.0.1 192.168.1.0/255.255.255.0
interfaces = 127.0.0.1 192.168.1.1/255.255.255.0
level2 oplocks = false
local master = yes
log file = /var/log/samba/log.%m
logon script = netlogon.bat
map to guest = never
max log size = 50
name resolve order = wins lmhosts bcast
netbios name = server
oplocks = false
os level = 65
pid directory = /var/run
preferred master = yes
preserve case = yes
security = user
server string = e-smith Server
short preserve case = yes
smb passwd file = /etc/smbpasswd
socket options = TCP_NODELAY
strict locking = no
unix password sync = Yes
wins support = yes
workgroup = WORKGROUP

[netlogon]
comment = Network Logon Service
path = /home/netlogon
guest ok = yes
writable = no
browseable = no
"

And create XPLogon.reg :-
"
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters]
"requirestrongkey"=dword:00000000
"requiresignorseal"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Netlogon\Parameters]
"requirestrongkey"=dword:00000000
"requiresignorseal"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameter
s]
"requirestrongkey"=dword:00000000
"requiresignorseal"=dword:00000000
"

Merge Xplogon.reg before adding to the domain.

Then use the admin or root account and password to add the machine to
the domain....

Otherwise you could read the extensive docs out there on XP & Samba
2.2.3+

Regards,

Craig F.


> -----Original Message-----
> From: Robert Andrews [mailto:squirrel at emerge.net.au]
> Sent: Friday, August 16, 2002 8:48 PM
> To: plug at plug.linux.org.au
> Subject: RE: [plug] networking XP Pro and Samba
>
>
> Try installing NetBuei on the xp machine
> I had similar problems a lot dissapeared after installing Netbuei
> The Install is on the Windowsd Xp install disk.
>
>
> -----Original Message-----
> From: Jon Miller [mailto:jlmiller at mmtnetworks.com.au]
> Sent: Wednesday, August 14, 2002 10:40 PM
> To: Plug
> Subject: [plug] networking XP Pro and Samba
>
>
> Have a site that is running Windows XP Pro, XP Home and Windows 98 as
> clients.  I have a linux Samba server where they have to
> login in a domain
> mode.  Once logged in they run a login script and are
> assigned certain drive
> letters for certain shares.
> Problem is the XP Professional cannot join the Samba domain
> (tried all the
> accounts) and since XP home does not have the ability to join
> a domain any
> ideas on how to get these 2 versions to login and getting
> their login to
> work.  The Win98 is okay as for logging into samba and
> running the login
> script.  Just wondering if it's better to setup Samba as a
> shared domain.
>
> Thanks
>
>
> Jon L. Miller
> MMT Networks Pty Ltd
>
>
>
>



More information about the plug mailing list