Add person directory service item
The LDAP session and Object data properties are specified using variables. The New object name property specifies the full object distinguished name of the item and thus determines the position in the directory service tree. This name must be unique within the directory service. In this example, all person items are created in the same organizational unit: people. The common name (cn) is copied from the input data:
cn=%GivenName% %SurName%, ou=people,dc=tools4ever,dc=local2
Note that the common name (cn) is specified on two locations:
- As an attribute in action Load LDAP modification data.
- In this action Add directory service object (LDAP).
If the names do not correspond, a naming violation error occurs and the person directory service item is not created.
|