Create the entity type
If an entity type exists within portal, but not within LDAP...
- Create the entity type within the LDAP user registry.
- Add the relative distinguished name (RDN) to the entity type to map it portal and LDAP.
In a stand-alone server environment, complete the following task when the servers are either stopped or started. In a clustered environment, start the deployment manager and node agent. Then, verify they are able to synchronize.
- List the names and types of configured repositories:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-query-repository -DWasPassword=foo
- Edit...
WP_PROFILE/ConfigEngine/properties/wkplc.properties
...and under VMM LDAP entity type configuration heading, set...
- et.ldap.id
- et.entityTypeName
- et.objectClass
- et.searchFilter
- et.objectClassesForCreate
- et.searchBases
For example...
et.ldap.id=MyCo_LDAP1
et.entityTypeName=PersonAccount
et.objectClass=inetOrgPerson;Person;mycoPerson
et.searchFilter=
et.objectClassesForCreate=mycoPerson
et.searchBases=
et.ldap.host=prdtds1.myco.com
- Save the changes to wkplc.properties.
- Update a realm configuration:
./ConfigEngine.sh wp-update-realm -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.
- Open wkplc.properties.
- Set the following parameters under the VMM LDAP entity type configuration heading:
- et.ldap.id
- et.entityTypeName
- et.objectClass
- et.searchFilter
- et.objectClassesForCreate
- et.searchBases
- et.rdnName
- Save the changes to wkplc.properties.
- Add an LDAP entity type with a relative distinguished name (DN):
./ConfigEngine.sh wp-add-ldap-entitytype-rdn -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.
Parent Update the user registry