G
Guest
I'm trying to implement a custom password filter in a 2000 AD domain. I'm
using passwdhk (http://sourceforge.net/projects/passwdhk) to call a perlapp
application I wrote myself. All the components seem to be installed
correctly (passwdhk is registered on the DC's, my perl app is where it needs
to be) and Group Policies have been set. (Password must meet complexity
requirements=Enabled and Minimum password length=8, password history=1)
The filter seems to work just fine. Our password rules are being enforced,
and AD as well as our external system is being updated by my app when a
password is valid.
What's annoying is when the password is rejected by the filter, the user is
presented with, "Your password must be at least 0 characters and cannot
repeat any of your previous 0 passwords. Please type a different password.
Type a password which meets these requirements in both text boxes." The only
reference I've found to this message in the KB has to do with a custom filter
installed without GP settings having been changed to match.
Is there something I can change to at least get a more generic message like
"Your password doesn't conform to complexity requirements"? Our poor users
are gonna be confused enough with our (very basic, but new) password
requirements as it is without Windows asking that their password be at least
0 characters.
Thanks!
using passwdhk (http://sourceforge.net/projects/passwdhk) to call a perlapp
application I wrote myself. All the components seem to be installed
correctly (passwdhk is registered on the DC's, my perl app is where it needs
to be) and Group Policies have been set. (Password must meet complexity
requirements=Enabled and Minimum password length=8, password history=1)
The filter seems to work just fine. Our password rules are being enforced,
and AD as well as our external system is being updated by my app when a
password is valid.
What's annoying is when the password is rejected by the filter, the user is
presented with, "Your password must be at least 0 characters and cannot
repeat any of your previous 0 passwords. Please type a different password.
Type a password which meets these requirements in both text boxes." The only
reference I've found to this message in the KB has to do with a custom filter
installed without GP settings having been changed to match.
Is there something I can change to at least get a more generic message like
"Your password doesn't conform to complexity requirements"? Our poor users
are gonna be confused enough with our (very basic, but new) password
requirements as it is without Windows asking that their password be at least
0 characters.
Thanks!