Re: RAS Server connection issue.
From: Jeff Kelley [MS] (jeffkel_at_online.microsoft.com)
Date: 01/05/05
- Next message: Vinoo Cherian [MS]: "Re: Removing process from memory."
- Previous message: Frank Vicious: "Build all in msvc++"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 14:23:03 -0800
The RAS server sample configuration/setup program sets up the incoming
connection to allow unauthenticated access, so normally the client won't
have to provide a username or password. There are some circumstances that
will require authentication however, such as requiring data encryption on
the line. Perhaps the XP client has require data encryption enabled.
Regardless, you can uncomment the section of the RAS server sample code (in
the "main.c") file to add user credential (username, password) information.
See the lines:
// [Optional] Add user credential information if user authentication is to
be required to connect to the server
// UserAdd(L"Guest", NULL, L"APassword");
That should allow the client to connect using the matching
username/password.
-- Jeff Kelley Microsoft / Windows CE Networking This posting is provided AS IS with no warranties, and confers no rights. "Sam" <samlien06@hotmail.com> wrote in message news:#ycRcX34EHA.2288@TK2MSFTNGP11.phx.gbl... > Hi, > I have a problem in RAS server implement with wince4.2. > I use CF modem card for platform and modify the > public\common\oak\drivers\netsamp\rasserver for RAS server enable. > The RAS server doesn't add any user credential information. > > Win2k is a client and alway get the time out when connect to the RAS in > username and password checking. > > The CF modem would connect to internet by dial-up . > I have updated the QFE 041008_KB885418 but still can't solve this problem. > I don't know if i lose something in registry , AP or others. > Would anyone give me some suggests for study? > > Thank you, > Sam > >
- Next message: Vinoo Cherian [MS]: "Re: Removing process from memory."
- Previous message: Frank Vicious: "Build all in msvc++"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|