Update MemberRegistrationAttributes.xml when using non-default distinguished names

If you have renamed the default DN's provided by WebSphere Commerce ("o=root organization" or "o=default organization,o=root organization"), you must update MemberRegistrationAttributes.xml.

MemberRegistrationAttributes.xml is located in the WC_eardir/xml/member directory. To update MemberRegistrationAttributes.xml when using non-default distinguished names:

  1. Navigate to WC_eardir/xml/member.

  2. Update the file as follows:

    1. Depending on the DNs that you are using, you are required to complete the updates similar to the following example. For example, if you use "dc=domain,dc=ibm,dc=com" as Root Organization, and "cn=users,dc=domain,dc=ibm,dc=com" as Default Organization, make the following changes:

      • Change any instances of o=Root Organization to dc=domain,dc=ibm,dc=com.

      • Change any instances of o=Default organization to cn=users.

    2. Save your changes to the file.

  3. Update the EAR file XML configuration directory. See the Ways to update application files topic in the WAS information center for more information.