Re: C++ RADIUS client code



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


.



Relevant Pages


Loading