The environment.sh/.bat file in your <ATG9dir>/home/localconfig directory contains a DYNAMO_MODULES line that specifies application modules to include when you assemble your application. To include the LDAP Access Control Module when you start your application, you must append the module’s name to the DYNAMO_MODULES line, as follows (enter the DYNAMO_MODULES setting all on one line, with no line breaks):

LDAP Server

Platform

DYNAMO_MODULES Setting

Active Directory

Windows

set DYNAMO_MODULES=%DYNAMO_MODULES%;DSS;DAS.LDAP.
  MicrosoftActiveDirectory

UNIX

DYNAMO_MODULES=$DYNAMO_MODULES:DSS:DAS.LDAP.
  MicrosoftActiveDirectory; export DYNAMO_MODULES

Sun ONE Directory Server

Windows

set DYNAMO_MODULES=%DYNAMO_MODULES%;DSS;DAS.LDAP.
  iPlanetDirectory

UNIX

DYNAMO_MODULES=$DYNAMO_MODULES:DSS:DAS.LDAP.
  iPlanetDirectory; export DYNAMO_MODULES

Note: Do not specify the LDAP Access Control module when you assemble your application; Dynamo does not set the configuration path properly.

 
loading table of contents...