Using LDAP with Java CAPS

Configuring the OpenLDAP Directory Server

The OpenLDAP Project provides an open source implementation of the LDAP protocol. The LDAP server runs as a stand-alone daemon called slapd. The main configuration file is called slapd.conf. This file contains global, backend-specific, and database-specific information. You can use various approaches to add entries to the database, such as using the slapadd program. To search the database, use the ldapsearch program.

For more information, see http://www.openldap.org.


Note –

For detailed information about how to perform the following steps, see the documentation provided with OpenLDAP Directory Server.


ProcedureTo Configure the OpenLDAP Directory Server

  1. Create the admin user and the Administrator user under the node where the users are located.

  2. If you do not have a node for roles in your schema, then create a node for the Enterprise Manager roles that you will create in the following step.

  3. Create the following roles under the node where the roles are located:

    • Deployment

    • User Management

    • Read-Only Monitor

    • Controlling Monitor

    • JMS Read-Only Monitor

    • JMS Read-Write Monitor

    • Manager

  4. Add the admin user and the Administrator user as unique members of each role.

  5. Add other users to one or more roles, as necessary.

  6. Go to Configuring the Enterprise Manager Server.