346
Novell Access Manager 3.1 SP2 Identity Server Guide
n
ov
do
cx (e
n)
16
Ap
ril 20
10
To discover whether profile objects might be causing a slowdown, open an LDAP browser (or in the
Administration Console, select the
View Objects
task in the menu bar). Expand the following
objects: novell > accessManagerContainer > nids > cluster. Expand the SCC objects, and look for
objects stored in LibertyUserProfile objects.
If you have only a few hundred of these objects, user profile objects are not slowing the
authentication process.
If you have thousands of these objects, user profile objects are probably causing a slowdown.
You can speed up authentication by disabling the use of these objects. When you do this, the
Identity Server no longer creates objects in the LibertyUserProfile container, and it does not try
to match an authenticating user with a profile object.
To prevent the creation and use of user profile objects, make the following modifications to your
Identity Server configuration:
1
In the Administration Console, click
Devices > Identity Servers > Edit > Liberty > Web
Service Provider
.
2
Disable the following profiles:
Personal Profile
Employee Profile
Custom Profile
3
Either disable the Credential Profile (which also disables using Form Fill or Identity Injection
with credentials) or enable the Credential Profile and modify its default configuration:
3a
Click
Credential Profile
.
3b
Select to store secrets either with the
Extended Schema User References
option or with the
Novell Secret Store User Store References
option.
When the Credential Profile is enabled, the default behavior is to create user profile
objects and store the secrets there. You must configure one of these other options to store
the secrets. For more information about these options, see
Section 3.1.4, “Configuring a
User Store for Secrets,” on page 109
.
4
Click
OK
twice, then update the Identity Server.
5
To disable the use of the user profile objects:
5a
Log in to the Identity Server machine as the
root
user.
5b
Open the
web.xml
file.
Linux:
/var/opt/novell/tomcat5/webapps/nidp/WEB-INF/
Windows Server 2003:
\Program Files\Novell\Tomcat\webapps\nidp\WEB-INF/
Windows Server 2008:
\Program Files
(x86)\Novell\Tomcat\webapps\nidp\WEB-INF/
5c
Add the following lines to the file:
<context-param>
<param-name>cpAuthorityType</param-name>
<param-value>memory</param-value>
</context-param>
5d
Restart Tomcat.
Linux:
Enter the following command:
Содержание ACCESS MANAGER 3.1 SP2 - README 2010
Страница 4: ...4 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 12: ...12 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 158: ...158 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 172: ...172 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 182: ...182 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 290: ...290 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 362: ...362 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 374: ...374 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...