Changing Profiles configuration property values
Configuration settings control how and when various Profiles operations take place. You can edit the settings to change the ways that profiles behave.
Before you begin
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for information about how to start the wsadmin command-line tool.
About this task
Note: There are no Profiles application
administrative tools for adding or removing a user's profile. If you
want to add or remove a profile for a person, you must add or remove
that person's entry from the corporate LDAP directory system. Use
that directory's native tools to create and delete user entries. When
you perform standard synchronization tasks on the Profiles database,
the profiles are updated. If you add a new user to the LDAP directory,
a profile is created for that user. If you remove a user entry from
the LDAP directory, that user's profile is removed. See Synchronizing
user data between Profiles and the LDAP directory for more
details.
To change Profiles configuration settings, complete the following steps:
Procedure
- Start the wsadmin client from the following
directory of the system on which you installed the Deployment Manager:
where app_server_root is the WebSphere® Application Server installation directory and dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root\profiles\dm_profile_root\bin
You must start the client from this directory or subsequent commands that you enter do not execute correctly.
- Start the Profiles Jython script interpreter.
- To change a Profiles configuration setting, use the following
command:
ProfilesConfigService.updateConfig("property", "value")
where:- property is one of the editable Profiles configuration properties.
- value is the new value with which you want to set that property.
See Profiles configuration properties for a complete list of editable properties.ProfilesConfigService.updateConfig("organizationalStructure.enabled","false")
- Optional: Repeat the previous step once for each property setting you want to change.