| Manjunath Bharadwaj [MSFT] 2005-04-29, 6:13 pm |
| Joester,
You will find more information about writing an extension dll here:
http://msdn.microsoft.com/library/d...onprocessex.asp
To quote: "The Internet Authentication Service Extensions (IASE) API
enables software developers to write their own extensions to IAS. IASE also
allows developers to implement session control and accounting plug-in DLLs,
add authorizations, and use network authentication methods for remote
access. IASE supports the Remote Authentication Dial-In User Service
(RADIUS) protocol."
So, if the default authentication and authorization functionality provided
by IAS is insufficient, you can write extension DLLs to provide that
functionlity.
Thanks, Manju
++++++++++++++++++++++++++++++++++++++++
+++++++
This posting is provided "AS IS" with no warranties, and confers no rights
"Joester" <joesaad@mnsi.net> wrote in message
news:%23vprbAPTFHA.3012@TK2MSFTNGP14.phx.gbl...
> Hello everyone
> how do you go about Creating an IAS extension DLL and what is it used
> for..im trying to set this up in a hotspot solution
> and this is all new for me so any help or pointers will be great
> thanks
> Joe
>
|