Home

 

Configure the custom ID attribute for users or groups

Configure Lotus Connections to use custom ID attributes to identify users and groups in the LDAP directory.


Ensure that you have completed the steps to specify different ID attributes for users and groups in the Specifying a custom ID for users or groups topic. If you specified a single ID attribute for both users and groups, you don't need to complete this task.

By default, Lotus Connections looks for LDAP attributes to use as the global unique IDs to identify users and groups in the LDAP You can change the default setting to use a custom ID to identify users and groups in the To configure Lotus Connections to use the custom ID attribute that you specified earlier...

  1. Add the new attribute to the LotusConnections-config.xml file. To do so...

    1. Start the wsadmin tool.

    2. Access the Lotus Connections configuration file:

        Stand-alone deployment

        execfile("connectionsConfig.py")

        Network deployment

        execfile("WAS_HOME/profiles/Dmgr01/config/bin_lc_admin/ connectionsConfig.py")

        If you are prompted to specify which server to connect to, type 1. This information is not used by wsadmin when you are making configuration changes.

    3. Check out the Lotus Connections configuration files...

      LCConfigService.checkOutConfig("/<working_directory>", "cell_name")

      where

      • /<working_directory> is the temporary working directory to which the configuration XML and XSD files are copied. The files are kept in this working while you change them.

      • cell_name is the name of the IBM WebSphere Application Server cell hosting the Lotus Connections feature. This argument is required even in stand-alone deployments. This argument is also case sensitive. If you do not know the cell name, do one of the following to determine it:

        For example:

          LCConfigService.checkOutConfig("/temp","foo01Cell01")
          

    4. From the temporary to which you checked out the Lotus Connections configuration files, open the LotusConnections-config.xml file in a text editor.

    5. Add the new custom properties to the LotusConnections-config.xml file. For example:

    6. Save the LotusConnections-config.xml file.

    7. Check in the changed configuration property files...

      LCConfigService.checkInConfig()

    8. (Network deployment only.) After making updates, enter the following command to deploy the changes:

      synchAllNodes()

  2. Stop and restart the WebSphere Application Server instance hosting Lotus Connections.


Post-installation tasks

 

Related tasks

Specify a custom ID attribute for users or groups


+

Search Tips   |   Advanced Search