Deployment Example: Single Sign-On, Load Balancing and Failover Using Sun OpenSSO Enterprise 8.0

ProcedureTo Verify that authuiadmin Was Created in Directory Server

This is an optional, verification step.

  1. Log in to either of the OpenSSO Enterprise host machines.

  2. Run ldapsearch to verify that the authuiadmin entry was successfully created.


    # cd /var/opt/mps/serverroot/dsrk6/bin
    # ./ldapsearch -b "dc=opensso,dc=java,dc=net" -h osso-1.example.com 
    -p 50389 -D "cn=Directory Manager" -w dsmanager "ou=authuiadmin"
    
    version: 1
    dn: ou=authuiadmin,ou=default,ou=OrganizationConfig,
    ou=1.0,ou=AgentService,ou=services,dc=opensso,dc=java,dc=net
    objectClass: top
    objectClass: sunServiceComponent
    sunserviceID: 2.2_Agent
    ou: authuiadmin
    sunKeyValue: userpassword=AQICrLO+CuXkZFllnTO/ISfA5UjKea1
     yVhgLpDj5QtqeiR/gWRF6w45Blh+hBjQfly7u
    sunKeyValue: sunIdentityServerDeviceStatus=Active
    sunKeyValue: sunIdentityServerDeviceKeyValue=
    sunKeyValue: description=
    sunsmspriority: 0
  3. Log out of the OpenSSO Enterprise host machine.

  4. Access https://osso-1.example.com:1081/opensso/UI/Login from a web browser.

  5. Log in to the OpenSSO Enterprise console as the agent user.

    User Name:

    authuiadmin

    Password:

    authuiadmin

    A successful login indicates that the Distributed Authentication User Interface will be successful in authentication during the configuration process.

  6. Log out of the OpenSSO Enterprise console.