Re: Custom Authentication Package sample code ?



I think that you actually want to make a Msv1_0/Kerberos subauthentication filter rather than a complete new custom authentication package. Look at Msv1_0SubAuthenticationFilter in MSDN / the Platform SDK.

--
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
"Eric LAMIDIAUX" <sam.archepa@xxxxxxxxxx> wrote in message news:D90125BF-439C-436E-99E3-76FE23F8C821@xxxxxxxxxxxxxxxx
Hi all,

I need to write a custom Authentication Package to wrap the standard MSV1_0 one. I want to make some more controls right after MSV1_0 checked the user/password against SAM or AD. The written code should be able to run under W2K, XP and Vista ...

I searched the web for custom authentication package sample code but failed to find any ...

If someone can point me out or send me such a sample code, it would be much appreciated.

Regards,

Eric.


.