Re: IAS extension plug-in registration
- From: "Rao" <andagunda@xxxxxxxxx>
- Date: 8 Nov 2006 01:45:57 -0800
Hi Dana,
Thanks for the info. I verified the tracing, the tracing has following
information:
[2448] 11-08 15:12:32:921: Cannot read reg value
EnableWPSCompatibility, error 2
[2448] 11-08 15:12:32:937: Loading ExtensionDLLs
[2448] 11-08 15:12:32:937: Loading extension C:\Program Files\Microsoft
Platform SDK for Windows Server 2003
R2\Samples\NetDS\IAS\MapName\Mapname\Debug\mapname.dll
Does this mean the DLL is successfully loaded?
Does "RadiusExtensionInit()" method is invoked during startup of IAS?
Regards
Rao
Dana Epp wrote:
Have you created a def file, exporting at least:
RadiusExtensionInit
RadiusExtensionProcess
To debug this a bit better, turn on tracing for IAS. You can do this at the
cmd line using:
NETSH RAS SET TRACING * ENABLE
You can then read the iassam.log file in %WINDOWS%\Tracing and see how IAS
is viewing your DLL.
HTH. Good luck.
--
Dana Epp [Security MVP]
http://silverstr.ufies.org/blog/
"Rao" <andagunda@xxxxxxxxx> wrote in message
news:1162971525.953183.116570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi everyone,
I am trying to create extension plug-in using the sample programme that
is provided by the Microsoft from SDK (C:\Program Files\Microsoft
Platform SDK for Windows Server 2003 R2\Samples\NetDS\IAS\MapName). I
have created the mapname.dll using the 'nmake' utility. I have created
the registry entry following the intstruction given in the link
(http://windowssdk.msdn.microsoft.com/en-us/library/ms688464.aspx).
When I restart the IAS, the DLL is not getting invoked. Am I missing
something.
I tried to create DLL using VC++ environment, but there is no
successful result.
Please help me in this regard.
Regards
Rao
.
- Follow-Ups:
- Re: IAS extension plug-in registration
- From: Dana Epp
- Re: IAS extension plug-in registration
- References:
- IAS extension plug-in registration
- From: Rao
- Re: IAS extension plug-in registration
- From: Dana Epp
- IAS extension plug-in registration
- Prev by Date: Re: IAS extension plug-in registration
- Next by Date: Re: IAS extension plug-in registration
- Previous by thread: Re: IAS extension plug-in registration
- Next by thread: Re: IAS extension plug-in registration
- Index(es):
Loading