Setting up a DN reference attribute - PingDirectory - PingDirectoryProxy - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

A REST resource type can reference or edit other REST resource types based on a distinguished name (DN) without the full DN value. The following task, performed by the system administrator, grants the Delegated Admin administrator this ability.

In this task, the Delegated Admin attribute used for reference must be in DN syntax, such as manager , entryDN, or seeAlso.

  1. To use a resource type for DN reference, either:
  2. To add a reference Delegated Admin attribute, run dsconfig with the create-delegated-admin-attribute option using the following syntax.
    dsconfig create-delegated-admin-attribute \
        --type-name users  \
        --attribute-type <attribute of DN syntax> \
        --set "display-name:<display name>"  \
        --set display-order-index: <>  \
        --set reference-resource-type:<rest-resource-type>

    The following example uses the values from Creating and configuring a new REST resource type.

    dsconfig create-delegated-admin-attribute \
        --type-name users  \
        --attribute-type manager  \
        --set "display-name:Select Manager"  \
        --set display-order-index:4  \
        --set reference-resource-type:Managers