Creating the entity type on Windows
After
creating your LDAP user registry, you may find that your LDAP user registry
requires additional entity types. You can create new entity types in your
LDAP user registry configuration.
Perform
the following steps to create entity types in your LDAP user registry:
- Optional: Run the ConfigEngine.bat wp-query-repository task, located
in the wp_profile\ConfigEngine directory to list the names and types
of configured repositories.
- Use a text editor
to open the wkplc.properties file, located
in the wp_profile\ConfigEngine\properties directory.
- Enter the following parameters in the wkplc.properties file
under VMM LDAP entity type configuration:
- For et.ldap.id, type the
name of the LDAP server.
- For et.entityTypeName,
type the name of the LDAP entity type.
- For et.objectClass,
type the name of the object class.
- For et.searchFilter,
type the search filter that you want to use to search the entity type.
- For et.objectClassesForCreate,
type the name of the object class to use when creating an entity type. If
this value is the same as et.objectClass, leave this
parameter blank.
- For et.searchBase, type
the search base or bases to use when searching the entity type.
- Save your changes to the wkplc.properties file.
- Run the ConfigEngine.bat wp-create-ldap-entitytype task, located
in the wp_profile\ConfigEngine directory to create an LDAP entity
type.
- Perform the following steps to stop and restart
the server1 and WebSphere_Portal servers:
- Open a command prompt and change to the wp_profile_root\bin directory.
- Enter the stopServer.bat server1
-user admin_userid -password admin_password command
to stop the WebSphere
Application Server.
- Enter the stopServer.bat WebSphere_Portal
-user admin_userid -password admin_password command
to stop the WebSphere Portal Express server.
- Enter the startServer.bat server1 command.
- Enter the startServer.bat WebSphere_Portal command.
Parent topic: Updating your user registry on Windows
|
|
|