Re: C++ RADIUS client code
- From: "Manjunath Bharadwaj [MSFT]" <mbhara@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 13:06:07 -0700
Hello KDC,
ADSI cannot be used to talk to IAS. If you want to authenticate with IAS,
you will have to construct a RADIUS packet and send to to the RADIUS port.
If you are using some sort of password authentication, it will be easy to
set up a RADIUS packet with PAP (which is insecure) or CHAP (which is
better). It might take more work to use the other authentication methods.
Thanks, Manju
+++++++++++++++++++++++++++++++++++++++++++++++
This posting is provided "AS IS" with no warranties, and confers no rights
"kdc" <si5218-mail@xxxxxxxxx> wrote in message
news:1b2b18c704229b5cb2575b9f59531af8@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I have a C++ program running on a Win2K Enterprise Server that currently
> uses ADSI to
> authenticate users of my application against an LDAP Membership
> Directory.
>
> I need to begin authenticating these users against a RADIUS server also.
>
> Can anyone tell me if ADSI can be used for authenticating against a RADIUS
>
> server, or suggest another interface to facilitate RADIUS authentication
> from
> a pre-.Net C++ client application?
>
.
- References:
- C++ RADIUS client code
- From: kdc
- C++ RADIUS client code
- Prev by Date: C++ RADIUS client code
- Next by Date: Re: Authenticate Computer account using PEAP MS-CHAPv2 on IAS 2k
- Previous by thread: C++ RADIUS client code
- Index(es):
Relevant Pages
|
Loading