Problem with Password Filter functions

  • Thread starter Thread starter Reinhardt Kellner
  • Start date Start date
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
 
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
 
Back
Top