The environment.sh/.bat file in your <ATG11dir>/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

Active Directory

UNIX

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

Oracle Directory Server

Windows

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

Oracle Directory Server

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; the Oracle Commerce Platform does not set the configuration path properly.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices