HOWTO: Use Serial Data Exchange with RASLast reviewed: August 13, 1997Article ID: Q163136 |
3.51 4.00
WINDOWS
kbnetwork kbhowto
The information in this article applies to:
SUMMARYIn a lot of situations it is necessary to exchange some serial data (such as user name, password, or other pre-authentication data) between an RAS client and RAS server before PPP framing starts. From a Windows 95 RAS client, you can accomplish this either programmatically or through user interaction. From a Windows NT RAS client, you can only accomplish this through explicit user interaction.
MORE INFORMATION
ServerWith Windows NT 3.51 and above it is possible to create an RAS security add-on DLL with certain functions that are invoked before PPP framing starts. The functions in this DLL can carry out a serial data exchange with either a Windows 95 or Windows NT RAS client. For example, it can prompt the client for extra password, or receive input from some other hardware device on the client side. The Win32 SDK sample RASHOST (\MSSDK\SAMPLES\WIN32\WINNT\RASHOST) demonstrates how to write an RAS security DLL for Windows NT. Please see this sample's help file for more information.
ClientAn RAS client can send and receive serial data (before PPP framing starts) from the RAS server in the following manner:
|
KBCategory: kbnetwork kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |