readme.txt

来自「修改 Network 网的密码」· 文本 代码 · 共 26 行

TXT
26
字号
Standard Disclaimer: It may work, It may not...

That being said, I wrote this app as a solution to my problem with changing NT Passwords from a
Win9x Workstation.  This code was plucked from my "bigger picture" app which also changes Novell
passwords (I posted that code at http://www.vbcode.com ... it requires Client32 loaded) and
sends results to me via e-mail. I think I got all that code out of there, but if there's 
something that just don't make sence, that's probably where it came from.  Also, there's
very little error checking on the password routine in this app because it assumed that if it
made it past the Novell API, all was well (which it is in the big app).

There's a couple of options that need to be set in ChPass before compling...

 * You must set the ComputerName constant to the machine that will have ChPassSrv loaded.
 * You should set the URL in the cmdHelp_Click routine to a help file (none provided).

You will also need MSWINSCK.OCX in the System(32) directory of any machine attempting to run
this program (it's installed with VB).

ChPassSrv should compile and work as is, however, after is running on your server, you'll want
to select your logging level (default is everything, including passwords, in clear text).

Any questions, bug report, ideas, or even patches should be sent to jake@acutex.net (that's me!).


Thanks for your Intrest, and good luck.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?