Leveraging Your Electronic Communications Policy
Novell Cool Solutions: Tip
By B Thavamani Rajan
Reader Rating 
|
Digg This -
Slashdot This
Posted: 2 Jun 2005 |
Problem
Your company has an electronic communication policy document, and you need to be able to refer to it when users make HTTP requests.
Solution
You can place a link to the policy document in the Proxy SSL Authentication login page. Then you can customize the bmlogin.htm file to contain the electronic communications policy for your organization. The steps for doing this are listed below.
1. Copy the document under ProxyServer/SYS:ETC/Proxy/Data/ directory of the Proxy Server.
2. Edit the custom bmlogin.htm file, adding the following HTML tag to it:
<a href=http://ProxyIPaddress:1959/data/filename.extension>text </a>
For example, if the Proxy Private IP address is 10.1.1.10 and the filename is loginpolicy.pdf, then you would use:
<a href=http://10.1.1.10:1959/data/loginpolicy.pdf>Login Policy\</a>
3. Unload the proxy in the server console.
4. Load the proxy in the server console.
Now when a client sends an HTTP request, the proxy sends an HTML form to collect the user credentials, which contains the electronic communication policy document reference in it.
Figure: SSL Authentication Page with an link to the policy document
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
