Change Password Utility
Novell Cool Solutions: Cool Tool
Reader Rating
from 7 ratings
In Brief
Users can change Windows domain password and Admin can change password from ASP.
Vitals
- Product Categories:
- eDirectory
- Identity Manager
- Functional Categories:
- Password Management Services
- Passwords
- Secure Identity
- Security
| Posted: | 7 Nov 2002 |
| File Size: | 73KB |
| License: | Free |
| Download: | /coolsolutions/tools/downloads/changepass.zip |
| Publisher: | Lance Ripps |
Disclaimer
Please read the note from our friends in legal before using this file.
Details
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
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
Reader Comments
- Very Cool, We needed to Change Domain Passwords for users on non domain member machines and needed a tool to do it. Works Well
- Excellent -- the more tools available the more Novell grows! Keep it up and keep M$ hounds at bay!
- helpful
- This code is copied from Microsoft web site with minor change so that it looks like it cannot clear the intruder lockout either.