As far as I can see the OWA 2k3 password change procedure is the same as OWA 2k.

That script that they say we should use only understands username, domain name, and 
password. Not [EMAIL PROTECTED] and password. I like the latter.

So we took a portion of MS WebAdmin tool responsible for changing passwords and hooked 
it up to OWA's options.js


-----Original Message-----
From: Finch Brett [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 11:48 AM
To: Exchange Discussions
Subject: Exchange 2K3 OWA Change Password


 Has anyone played with this feature (using SSL) to change the password. I
have followed the 'Q' article for Exchange2000 to enable (updating the
metabase via admin scripts etc...) but I noticed in Exchange2000 (I use 5.5)
it still was using the dreaded HTR extension. So I looked at the code
quickly and found the 'options.js' was still trying to call a file with a
HTR extension which I know wouldn't work on a IIS 6 box. The code as
follows...

 function openChangePassword()
{
        var objLocation =       window.location;
        var szServer    =       objLocation.host;
        var szClose             =       g_szUserBase + "/?Cmd=close";
        var szURL               =       "https://"; + szServer +
"/iisadmpwd/aexp2b.htr?"


 So I change the extension to ASP as there is a file named aexp2b.asp in the
'iisadmpwd' folder. I also confirmed anonymous access was enabled and still
nothing, it calls up a page that it says isn't there. Anyone got this
working?

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to