Change Password Utility

0 Likes

Allows a User to Change their Windows Domain Password and an Admin user to Change a users Password (Based upon their Domain Access Privileges) from an ASP page.

Works in conjunction with DIRXML and Novell's Password Synchronization tool (Which simply intercepts the password and Changes the Novell password at the same time).

System Requirements:
Visual Basic 6 SP5 Runtime Installed
MSWCRUN.dll in system 32 and registered using regsvr32.exe
IIS 4.0 Which can see the domain in which you wish to change passwords.

Extract Files to Location; e.g., C:\InetPub\ChangePass\

Project_Changepass.lib
Project_ChangePass.exp
Project_ChangePass.dll
ChangePass.asp
HtmlPAssword1.htm

Go to the Command Prompt an change to this Dir. e.g. CD
\Inetpub\ChangePass
regsvr32 Project_ChangePass.dll
You should receive a message that the .dll has registered successfully.

Go to IIS Admin and Create a Virtual Directory for this directory allowing the standard Read and .ASP
TIP: Add Changepass.asp as a default document; (So you do not need to specify the admin.asp past of the URL)

The following registry entry must be made on the IIS server:
Sample Registry File :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\.ASP Change Password]
"Domainname"="TESTDOMAIN"

To access Change Password Utility:
http://<ipaddress>/<VirtualDirectory>/changepass.asp

Labels:

Collateral
Comment List
Related
Recommended