Hi Jim,

To do this, we call a VBScript with CFEXECUTE.

<cfexecute name="C:\WINNT\system32\cscript.exe"
        arguments="C:\InetPub\AdminScripts\Custom\SetUserPassword.vbs -d
""YourADDomain.net"" -u ""#Username#"" -n ""#NewPassword#"""
        timeout="30">
</cfexecute>

If you're interested, I can mail you a copy of our SetUserPassword.vbs
script.

Dave

-- 

David M. Delbridge
Circa 3000
ColdFusion Hosting
http://www.circa3k.com
775-832-2445


Jim McAtee wrote:
> 
> Does anyone have a means of allowing an NT4 (or Win2k AD) domain user to change
> his password from a ColdFusion (CF5 on IIS5) app?  The following explains how
> to do it using ASP, but we don't want to run ASP on the server:
> 
> http://support.microsoft.com/?id=331834
> 
> Thanks,
> Jim
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to