J
JB
Have been running a change password script I wrote for quite some time
with no issues (uses the cusrmgr.exe - resource kit utility) until a
user attempted to create a password with a length of 13 characters.
My script checks the errorlevel which reported successful change on
200+ servers for the user but when she tried to log on with her new
password it failed.
Anyway turns out cusrmgr just truncated the password to the first 12
characters and then changed the password with this shorter password.
My work around for now was just to check the length of the password
and re-prompt if it's more than 12 characters in length.
JB
with no issues (uses the cusrmgr.exe - resource kit utility) until a
user attempted to create a password with a length of 13 characters.
My script checks the errorlevel which reported successful change on
200+ servers for the user but when she tried to log on with her new
password it failed.
Anyway turns out cusrmgr just truncated the password to the first 12
characters and then changed the password with this shorter password.
My work around for now was just to check the length of the password
and re-prompt if it's more than 12 characters in length.
JB