Application Administration Privileges How Are Administrative Privileges Delegated?

13-2 Oracle Fusion Middleware Administrators Guide for Oracle Directory Integration Platform

13.2 Managing Provisioning Profiles Using oidprovtool

Provisioning enables you to ensure that an application is notified of directory changes, such as changes to user or group information. Such changes can affect whether the application allows a user access to its processes and resources. When you install an application that you want to provision, you must create a provisioning integration profile using the oidprovtool command located in the ORACLE_HOMEbin directory. You can use the oidprovtool to: ■ Create a new provisioning profile. A new provisioning profile is created and set to the enabled state so that Oracle Directory Integration Platform can process it. ■ Disable an existing provisioning profile. ■ Enable a disabled provisioning profile. ■ Modify an existing provisioning profile. ■ Delete an existing provisioning profile. ■ Get the current status of a given provisioning profile. ■ Clear all of the errors in an existing provisioning profile. The oidprovtool utility shields the location and schema details of the provisioning profile entries from the callers of the tool. From the callers perspective, the combination of an application and a realm uniquely identify a provisioning profile. The constraint in the system is that there can be only one provisioning profile for each application for each realm. Once a profile is created, its mode—that is, INBOUND, OUTBOUND, or BOTH—cannot be changed by using the modify operation. To change the mode, you must delete, then re-create, the profile. The Oracle directory integration platform server automatically monitors provisioning profile configuration changes in Oracle Internet Directory, including the creation, modification, and deletion of provisioning profiles. For this reason, you do not need to manually enable or disable a provisioning profile.

13.2.1 Syntax for oidprovtool

oidprovtool oidprovtool operation=[create|modify] ldap_host=oid_hostname ldap_port=port ldap_user_dn=bindDN ldap_user_password=password [profile_mode=INBOUND|OUTBOUND|BOTH] application_dn=DN application_type=type [application_name=name] [application_display_name=display name] organization_dn=DN [application_isdasvisible=TRUE|FALSE] [manage_application_defaults=TRUE|FALSE] [enable_bootstrap=TRUE|FALSE] [user_data_location=DN] [default_provisioning_policy=PROVISIONING_REQUIRED|PROVISIONING_NOT_REQUIRED] See Also: The chapter on logging, auditing, and monitoring the directory in Oracle Fusion Middleware Administrators Guide for Oracle Internet Directory Note: For improved security, do not enter a password with the oidprovtool command unless prompted for one.