Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

IdAS Basic Solution

Revision as of 19:12, 9 October 2007 by Jimse.novell.com (Talk | contribs)

Overview

NOTE: This deployment is a work in progress. This note will go away when it is functional

This simple deployment combines IdAS (along with the IdAS Registry), the JNDI Context Provider, and an LDAP server to provide an identity store which is then accessed by an application.

The application prints the attributes of some identities.

Architecture

Higgins-deploy-idas-v47.JPG

Higgins Components

Each of the following Higgins components are required along with their dependencies:

External Components

These external components are also required.

  • LDAP Server

Instructions

  • Get this deployment's project
    • The .psf file is here
    • The cvs location is <blah>
  • Get all required Higgins components
    • Follow the instructions in the Component's table row and on its page
  • Get and install an LDAP Server.
    • For the simple Java LDAP, follow these instructions
    • For OpenLDAP, follow <need something here>
  • Extend the LDAP server's schema
    • For the simple Java LDAP, the data file in <need link> is sufficient
    • For OpenLDAP, <point to a schema file, or use default schema>
  • Run the LDAP server
    • Optional cmd line test to make sure it works
  • Edit the configuration file
    • <instructions on what to do>
  • Run the application
    • <instructions>


See Also

Links

Back to the top