How to Force SSL login on GroupWise WebAccess
Novell Cool Solutions: Tip
By Robert Stout
Reader Rating
from 4 ratings
|
Digg This -
Slashdot This
Posted: 27 Nov 2002 |
Problem: Force SSL login on GroupWise WebAccess with out filters or URL blocking
Solution: Edit the Login.htt template located in the tomcat\33\webapps\ROOT\WEB-INF\classes\com\novell\webaccess\templates\frames folder
In the javascript section add the following code just before the function setFocus() line.
if ((self.location.href) == "http://<<your hostname here>>/servlet/webacc"){
window.location = "https://<<your hostname here>>/servlet/webacc"
}
The user could put in the IP address but you can add the line again with the ipaddress if you want.
I have not tried it with the Wireless side but it should work there too.
Robert Stout
| submit a tip | |
Here's a chance to share your experiences using GroupWise. Just send us a tip about using (or installing, deploying, troubleshooting, etc.) GroupWise, and if it looks like something we can use, we'll send you a Novell t-shirt, post your tip, and make you famous beyond your tamest dreams. Submit your tip here: http://www.novell.com/coolsolutions/forms/submit_a_tip.html
Reader Comments
- Could NOT get this to work on PocketPC because, I believe, that the Simple templates/PocketPC doesn't support Javascript. Anyway to include them? Or stop them on port 80?
- Great job. This worked like a charm!
- Simple and works great.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
