Previous Topic   Next Topic   Contents   Index

Access Manager Documentation Updates

The following topics explain product enhancements, best practices, or troubleshooting tips that will be added the appropriate Access Manager document in a future release.


Detect Corrupted Namespaces

In certain cases, such as an unexpected hardware failure, a namespace can become corrupted. If this occurs, unexpected behavior can result.

You can test your namespaces to determine whether they have become corrupted by using a command line tool. If your namespace has become corrupted, you should contact customer support to correct the problem.

Steps
  1. In a command prompt window on the computer where Cognos Series 7 is installed, go to the installation_location\bin directory.
  2. Type the following command:
AM_NamespaceCorruptionDetect -t <type> -f <LAE filename> 
-h <host> -p <port> -s -C <cert7.db> -r <baseDN> -n <namespace>
-D <username> -w <password>

nbna


Show Expired Passwords and Last Changed Dates for Passwords

You use the AM_NamespaceReport command line utility to create an XML report that lists all users or user classes in a namespace. New output options have been added to show expired passwords and when a user last changed their password.

Steps to Show Expired Passwords
  1. Using a command prompt, go to the installation_location/bin directory.
  2. Type the following command:
AM_NamespaceReport -D "Admin User Name" -w "Admin Password" -t users 
-f expiredpassword -o Outputfile.xml
Steps to Show When a User Last Changed Their Password
  1. Using a command prompt, go to the installation_location/bin directory.
  2. Type the following command:
AM_NamespaceReport -D "Admin User Name" -w "Admin Password" -t users  
-o Outputfile.xml -b

nbna


Enhanced Namespace Auditing

The Audit Logging function included with the Access Manager Trusted Services Plug-in Software Development Kit has been enhanced to generate log entries for changes to access to data source connections and changes to data source signons.

nbna


Improved Flexibility for Web Single Signon

In previous releases, operating system signons in Web deployments were validated against the contents of a CGI environment variable named REMOTE_USER. You can now use other variables or cookies to obtain signon information.

You can also apply limited expression editing to the variable or cookie used.

The variable or cookie used and any processing that needs to be applied can be defined in Access Manager Administration, or using the Batch Maintenance Tool or OLE.

Steps
  1. Open Access Manager Administration.
  2. Right-click a directory server namespace, and click Properties.
  1. In the namespace properties dialog box, click the Signons tab.
  2. Type the Web signon variable in the External identity mapping box.
Steps for Batch Maintenance Tool
SetNamespaceProperty, <NamespaceName>, ExtIdentityMapping, "${environment("REMOTE_USER")}"
Steps for OLE
Document1.ExtIdentityMapping = "${environment('REMOTE_USER')}"

nbna


Configure External User Support for Secondary Directory Server

You can configure your Cognos namespace to link to a list of users that are defined in a secondary directory server. The primary directory server that contains the Cognos namespace must be one of the directory servers listed on the Cognos support Web site (http://support.cognos.com). The secondary directory server can be any LDAP v3-compliant directory server.

Steps
  1. Select one of the following options based on your environment:
  2. Start Configuration Manager and open the current configuration.
  1. Go to Services.Access Manager - Directory Server.General.External user support and change the required properties to enable and configure external user support with a secondary directory server.
Steps to Update a Previously Configured Microsoft Active Directory

Cognos Series 7 Version 3 MR1 includes a command-line tool that you must use if both of the following criteria apply to your installation:

If you are configuring Cognos Series 7 Version 3 MR1 to use a Microsoft Active Directory that was not previously configured for use with Cognos products, you do not have to run this tool.

You must run the command-line tool before enabling and configuring external user support in Configuration Manager. This tool is only available on Windows.

Steps to Run the Command-line Tool
  1. From a command prompt window on the computer where Cognos Series 7 Version 3 MR1 is installed, go to the installation_location\bin directory.
  2. Run the command-line tool. The command format is:
  1. Complete the remaining steps to configure external user support for a secondary directory server as explained in the previous section.

nbna


Previous Topic   Next Topic   Contents   Index