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:
- Navigate to WC_eardir/xml/member.
- Update the file as follows:
- 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.
- Save your changes to the file.
- Update the EAR file XML configuration directory. See the Ways to update application files topic in the WAS information center for more information.