Msv1_0SubAuthenticationRoutine and Msv1_0SubAuthenticationFilter

  • Thread starter Thread starter Giampaolo
  • Start date Start date
G

Giampaolo

we are Italian security developers and We need to have our
own authentication module to authenticate, especially, non-
interactive requests arriving from network.

We tried to make a subauthentication module (exporting
functions Msv1_0SubAuthenticationRoutine and
Msv1_0SubAuthenticationFilter) but this not satisfied us
because this module is called by the Microsoft-provided
authentication package and if, for example, there is a bad
network request (with bad password) our subauthentication
module is not called at all because this request is
removed in Microsoft package.

So, we need to know how to write (and configure it into
the registry) a (sub)authentication module that is called
before Microsoft-provided package or a module that is
called by Microsoft package even if the request is wrong.

Thanks for any indications
Regards Giampaolo
 
You should try microsoft.public.platformsdk.security. I know there are a
few of our authentication folks that monitor that newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top