Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Causing NT to behave as 98 with LANMAN

Status
Not open for further replies.

jared71

MIS
Joined
Jul 2, 2001
Messages
58
Location
US
Hello,

I was wondering if anyone knew of a way to make windows NT behave as if it were using LANMAN on the network, like a 98 machine. I have shares on a vms machine which I need to connect to from NT, but it currently only works with 98.

Any ideas.

Jared
 
HI!

I had similar problems when connecting to an old SAMBA server running on UNIX .
It was that NT didn't agree to send the login credentials in clear text, as was required by the old SAMBA.
The solution was to upgrade the SAMBA or to change the registry on the NT machines, I did the second even so it is less secure.

Try this on your NT machine:

REGEDIT4

;Contributor: Tim Small (tim.small@virgin.net)
;Updated: 20 August 1997
;Status: Current
;
;Subject: Registry file to enable plain text passwords in NT4-SP3 and later

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters]
"EnablePlainTextPassword"=dword:00000001


And here is a Win9X version, in case you also have problems with win98/ME:

REGEDIT4

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP]
"EnablePlainTextPassword"=dword:00000001



Bye

Yizhar


Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top