70
Novell Access Manager 3.1 SP2 Identity Server Guide
n
ov
do
cx (e
n)
16
Ap
ril 20
10
3b
Replace
<%=handler.getResource(JSPResDesc.TITLE)%>
with your string. Your line
should look similar to the following:
<div id="title"><b>HHB Partner</b></div>
4
Replace the Local Login string:
When a 3.0 page runs on a 3.1 system, the Local Login string is replaced by the product string,
“Novell Access Manager”. To modify this string:
4a
Locate the following string in the file.
<div id="locallabel"><b><%=handler.getResource(JSPResDesc.PRODUCT)%></
b></div>
4b
Replace
<%=handler.getResource(JSPResDesc.PRODUCT)%>
with the title you want
to appear. For example:
<div id="locallabel"><b>My Company</b></div>
5
Replace the window title that appears in the browser title bar:
5a
Find the following lines in the file:
<META HTTP-EQUIV="Content-Language" CONTENT="<%=handler.getLanguage
Code()%>">
<title><%=handler.getResource(JSPResDesc.TITLE)%></title>
5b
Replace the content between the
<title>
and
</title>
tags with the title you want to
appear. For example:
<title>My World</title>
6
Remove the Novell N logo:
6a
Find the following line in the file:.
<div id="headimage"><img src="<%= request.getContextPath() %>/images/
Odyssey_LoginHead.gif" alt="" height="80" width="550" border="0"></
div>
6b
Replace
Odyssey_LoginHead.gif
with
Odyssey_Head.gif
.
6c
Save the file.
7
Select one of the following tasks:
To modify what appears in the credential frame, continue with
“Modifying the Credentials
in the 3.0 Login Page” on page 70
.
To view a file with these modifications, see
Section 2.4.4, “Custom 3.0 login.jsp File,” on
page 98
.
To configure the Identity Server to use your custom pages, see
“Using Properties to
Specify the Login Page” on page 72
.
Modifying the Credentials in the 3.0 Login Page
1
Create a method with the appropriate query:
1a
In the Administration Console, click
Devices
>
Identity Servers
>
Edit
>
Local
>
Methods
.
1b
Click
New
, then specify a
Display Name
.
1c
In the drop-down menu for classes, select a class that is a username/password class.
1d
Leave the
Identifies User
option enabled, and configure the user store option according to
your needs.
1e
In the
Properties
section, click
New
, then specify the following values:
Summary of Contents for ACCESS MANAGER 3.1 SP2 - README 2010
Page 4: ...4 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 12: ...12 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 158: ...158 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 172: ...172 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 182: ...182 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 290: ...290 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 362: ...362 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 374: ...374 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...