Documentation forAccess Rights Manager

Enter additional LDAP attributes

In the LDAP Attributes area, further entries can be made for these.

If you use an LDAP attribute in the assignment, Access Rights Manager dynamically loads the attribute from the AD when loading the template. Please see: Load templates in ARM.

In this example the "userprincipalname" is preset via CreationRule and editable. The input field "company" is implemented as DropDownList. Depending on the choice of the company, the "streetaddress", "postalcode" and the location ("l") are set. The user cannot edit these values.

 

Example

"LdapAttributes": [
  {
    "Name": "sn", //Assignment, the following definition for the input of the attribute "sn"
    "Definition": {
      /* property listing
      .
      . */
    }
  }
]