Re: RAS Server connection issue.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jeff Kelley [MS] (jeffkel_at_online.microsoft.com)
Date: 01/05/05


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
>
>


Relevant Pages

  • Re: Strange Problem with Authentication Has anyone ever run across
    ... Thank you VERY VERY VERY Much for your Help Anthony. ... workgroup, or from another domain, or with a different account - for example ... You might try rejoining the client to the domain, ... Some Drives Map the one on the Main DC does not but promps for username ...
    (microsoft.public.windows.server.general)
  • Re: Strange Problem with Authentication Has anyone ever run across
    ... No General client problems. ... Some Drives Map the one on the Main DC does not but promps for username ... on the Share permissions Administrators Full Control, ... Anthony, http://www.airdesk.com ...
    (microsoft.public.windows.server.general)
  • Re: No username prompt SSHD
    ... it is the client side. ... The client takes the current user and passes that to the server as the ... To override this you must supply a username to the client in one of two ways: ... $ ssh -l login serveur ...
    (SSH)
  • Re: WSE 3.0, usernameOverTransportSecurity, custom Token Manager w/ securityTokenManager,
    ... The usernameOverTransport assertion is not being executed on the client ... An username token was not being added in the proxy. ... Microsoft.Web.Services3.Security.Security security) ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: WSE 3.0 + UserNameToken without X.509 Cert/Kerberos + Signing + Encryption How?
    ... signed messages using UserName stuff. ... do response encryption, but I added that and it's working to great effect. ... I'm at a loss on how to add an "authorization assertion" to ... between client and server using a UserNameToken that passes the UserName ...
    (microsoft.public.dotnet.framework.webservices.enhancements)