Problem with Password Filter functions

R

Reinhardt Kellner

Hi,

if i use the function "PasswordFilter" the "lsa" proccess is terminated and
the computer is rebooted.

If i change a password in ActiveDirectory the function
"PasswordChangeNotify"
will be called 3 times.

Who has for this an explanation?

Thanks in advance

Reinhardt
 
W

William DePalo [MVP VC++ ]

Reinhardt Kellner said:
if i use the function "PasswordFilter" the "lsa" proccess is terminated and
the computer is rebooted.

My guess is that your password filter causes a hard error such as an access
violation from which the system can not continue.

It is a pain, but I find it useful to write a test bed that exercises the
functions in a password filter DLL before installing it on the local system
or a domain controller. Once it is fully debugged, I install it and pray.
:)

Regards,
Will
 

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

Top