RE: Change password in OWA
From: Dominic Morin (DominicM@chic.multihexa.com)Date: 11/29/01
- Previous message: Thor@HammerofGod.com: "RE: Deploying Hotfixes, SPs and other Software"
- Maybe in reply to: Gunnar Thermænius: "Change password in OWA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Message-ID: <4F1145FF95A3D511A84200E01802DFA01287@mhmail.imh-chic.com> From: Dominic Morin <DominicM@chic.multihexa.com> To: Dominic Morin <DominicM@chic.multihexa.com>, 'Gunnar Thermænius' <Gunnar.Thermaenius@forumsql.se>, focus-ms@securityfocus.com Subject: RE: Change password in OWA Date: Thu, 29 Nov 2001 09:30:07 -0500
Oups,
i 've don't pay attention to "2k". sorry
my first reply is with OWA 5.5
for OWA 2000:
the file: exchweb/bin/usa/options.js
have a function:
function openChangePassword()
{
var objLocation = window.location;
var szServer = objLocation.host;
var szClose = g_szUserBase + "/?Cmd=close";
var szURL = "https://" + szServer +
"/iisadmpwd/aexp2b.htr?" + szClose;
var szOpts =
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizabl
e=1,width=355,height=350";
window.open(szURL,0,szOpts)
}
change https:// + szserver + ...
for:
https://yourserver/iisadmpwd/aexp2b.htr
Bye
Dominic Morin
> -----Original Message-----
> From: Dominic Morin [mailto:DominicM@chic.multihexa.com]
> Sent: Wednesday, November 28, 2001 2:26 PM
> To: 'Gunnar Thermænius'; focus-ms@securityfocus.com
> Subject: RE: Change password in OWA
>
>
> Hi,
>
> in the ASP page /exchsrvr/webdata/usa/options/set.asp
>
> change this line:
> openNewWindow("https://<%=thisServersName%>/iisadmpwd/aexp2b.h
> tr","newMessag
> eWindow",355,350);
> }
>
> for :
>
> openNewWindow("https://www.passserver.com/iisadmpwd/aexp2b.htr
> ","newMessageW
> indow",355,350);
> }
>
> bye
>
> Dominic Morin
>
> > -----Original Message-----
> > From: Gunnar Thermænius [mailto:Gunnar.Thermaenius@forumsql.se]
> > Sent: Tuesday, November 27, 2001 4:53 AM
> > To: focus-ms@securityfocus.com
> > Subject: Change password in OWA
> >
> >
> > Hi!
> > I have a litle problem. I need to change or redirect the
> > change password
> > button in owa 2k to another server server that will handle the
> > communication with the user domain. Is there anyone that can help me
> > with this? It would be easy just to do it in the iis but i
> can't have
> > ssl on the owa server wich is required.
> >
> > Thanks
> >
> > Gunnar
> >
>
- Previous message: Thor@HammerofGod.com: "RE: Deploying Hotfixes, SPs and other Software"
- Maybe in reply to: Gunnar Thermænius: "Change password in OWA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]