Sun OpenSSO Enterprise 8.0 Installation and Configuration Guide

ProcedureTo Load the DAI Service

  1. In the zip-root/opensso/xml/ums.xml file, replace the following items, as needed for your deployment:

    • @USER_NAMING_ATTR@ with your user naming attribute. For example, uid (which is the default)

    • @ORG_NAMING_ATTR@ with your organization naming attribute. For example, o (which is the default)

  2. Load the DAI service from the ums.xml file using the ssoadm command with the create-svc subcommand. For example:

    # ./ssoadm create-svc -u amadmin -f ./password-file \
    --xmlfile zip-root/opensso/xml/ums.xml

    where:

    -u specifies the administrative user. For example: amadmin

    -f specifies the password file for the administrative user.

    --xmlfile (or -X) specifies the path to the ums.xml file.

    zip-root is where the opensso_enterprise_80.zip file was unzipped.