FacetWin Logo  
 
FacetCorp
 

Connecting from NT 4.0 / Service Pack 3 Machines


The Problem:

NT 4.0's Service Pack 3 disables NT's ability to establish "plain text password" connections -- connections where the authentication password is transmitted across the network in clear, readable text.

FacetWin's default "pass_security" option technically tries to establish "plain text password" connections.

This combination usually results in the error message:

        System error 1240 has occurred.

        The account is not authorized to login from this station.

The Solution:

Either use one of the 3 other FacetWin "pass_security" options -- all 3 will work with NT 4.0 / SP3's no "plain text password" connection policy, or re-enable "plain text password" connection ability by adding the registry key as described below. See the "/usr/facetwin/facetwin.cfg" file for details about the "pass_security" configuration options.

What is the best approach to take?

That really depends upon the situation, available resources, security policy, etc.


If there is an NT Server that everyone logs into...

If there are only a few NT 4.0 w/SP3 machines...

If this is a "trusted" network environment...

If none of the above options are practical...


To Re-enable "PlainTextPassword" Connections on NT 4.0 w/SP3:

Beginning with NT 4.0's Service Pack 3, the SMB redirector does not send unencrypted passwords unless the "EnablePlainTextPassword" registry key is added.

WARNING! Be very careful when using the registry editor. If used improperly the registry can easily become corrupted which may result in an unstable or unbootable system. Please be very careful when attempting this.

The registry can automatically be updated with this "nt4sp3.reg" file. It should be downloaded unmodified by your browser, and then double-clicked on to update your registry.

Or, you can manually add this key to your registry by:

  1. Run Registry Editor (Regedt32.exe).

    Start   |   Run   |   Open:     [ regedt32     ]

  2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

    \system\currentcontrolset\services\rdr\parameters

  3. Click Add Value on the Edit menu.

  4. Add the following:

    Value Name:   EnablePlainTextPassword
    Data Type:     REG_DWORD

  5. Click OK and then add:

    Data:             1

  6. Click OK and then quit the Registry Editor.

  7. Shut down and restart Windows NT.
You should now be able to connect to FacetWin File & Print services using NT 4.0 / Service Pack 3. Please contact FacetCorp technical support if you have any questions or trouble implementing any of this.