Using the web portal IT Shop, employees can use the new managed resource feature to request that a file system share be created. Similar to resource access requests, when a file share creation self-service request is successfully processed and approved, the recipient (employee) is added to the specified group and access is granted through this group membership. In addition, if the self-service request indicates that the new share is to be published to the IT Shop, it will be available for other employees to request access to it.
The basic configuration and default process included in this release of Data Governance Edition is meant for creating file system shares in a single domain. This basic configuration fulfills self-service share creation requests by creating new file shares and granting access through group membership, based on Microsoft best practices. For more details on setting up the IT Shop, requesting and approving share creation requests, troubleshooting issues, or customizing the default configuration or process, see:
As a Data Governance Administrator, perform the following tasks to enable the self-service share creation requests within the One Identity Manager IT shop:
Run a full Active Directory synchronization to map and synchronize target domains and containers in One Identity Manager. For more information on performing an Active Directory synchronization, see the One Identity Manager Administration Guide for Connecting to Active Directory.
|
Note: The synchronization base object in Active Directory requires Read and Write access rights. |
Once you have completed the Active Directory synchronization and added your managed hosts, specify the managed hosts that can be used to host a managed resource (for example, file shares created through the IT Shop self-service request functionality).
To identify a managed host as a managed resource host (Object Browser)
Repeat for all managed hosts that can host file shares.
To identify a managed host as a managed resource host (PowerShell)
If necessary, run the following cmdlet to import the QAM.Client.PowerShell.dll assembly:
Import-Module "<path>"
Where <path> is the file path for the QAM.Client.PowerShell.dll assembly. By default, the <path> for the Data Governance server machine is "C:\Program Files\One Identity\One Identity Manager\QAM.Client.PowerShell.dll".
Run the following cmdlet to enable the IsManagedResourceHost property:
Set-QManagedHostProperties -ManagedHostId <String> -IsManagedResourceHost $true
|
Note: You can also enable the IsManagedResourceHost property when adding new managed hosts using the Add-QManagedHostByAccountName Powershell cmdlet. |
For every domain where you have managed hosts flagged as managed resource hosts (managed hosts that have the IsManagedResourceHost property set to True), you need to specify an Active Directory container and a full control group for each managed resource type. In this release, the basic configuration includes only one managed resource type, Simple Share; therefore, in each managed domain, specify the Active Directory container where new groups are to be created and specify the group to be given full administrative control to the share.
|
Note: Only groups, containers and domains that have been previously synchronized into the One Identity Manager database are available for use. |
|
NOTE: Managed resource functions are used by the default process to locate an appropriate Active Directory container, locate suitable job servers for file system operations and implement restriction list processing when creating a new managed resource share. To use custom scripts for any of these functions, see Managed resource functions. |
To update a managed resource type domain object (Object Browser)
In the new Managed Resource Type Domains page (right pane), specify the following:
UID_ADSContainer: Use the drop-down menu to select the Active Directory container to use for managed group creation for a given managed resource type in the specified Active Directory domain.
Click the Save toolbar button to save your selections.
The new managed resource type domain object appears in the Managed Resource Type Domains result list pane.
To update a managed resource type domain object (PowerShell)
If necessary, import the QAM.Client.PowerShell.dll assembly:
Import-Module "<path>"
Where <path> is the file path for the QAM.Client.PowerShell.dll assembly. By default, the <path> for the Data Governance server machine is "C:\Program Files\One Identity\One Identity Manager\QAM.Client.PowerShell.dll".
Run the following cmdlet to add a new managed resource type domain:
Add-QManagedResourceTypeDomain -ManagedResourceTypeID <String> -DomainID <String> [-ContainerID [<String>]] -FullControlGroupID <String> [-FileOperationsServerTagID [<String>]]
For more information, see Managed resource type domain object management.
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy