Note: This section applies only to Microsoft Active Directory users.
In the /atg/dynamo/security/AdminAccountManager component, set the baseCNs property to the locations in the Active Directory server where users might be located. For example:
CN=Users,DC=adtest,DC=atg,DC=com,\DC=adtest,DC=atg,DC=comWhen a user logs into the ATG Control Center or Dynamo Server Admin as admin, for example, the Oracle Commerce Platform converts that login name to CN=admin and appends it to the first entry in the baseCNs property. If the first combination fails, the Oracle Commerce Platform tries to combine the login with the next baseCN in the list. In the previous example, this yields the following:
CN=admin,CN=Users,DC=adtest,DC=atg,DC=comNote: The baseCNs values are case-sensitive.

