3.1.6.11 Create ADM Element From LDAP Values

This event MUST be generated with the following arguments:

  • iDirectoryObjectType: A string that specifies the name of the sub-type of the DirectoryObject ADM element to be created.

  • iADMAttributeList: An array of ADM element attribute names indicating which attributes to set on the created ADM element.

  • iLDAPAttributeList: An array of LDAP attribute names.

  • iValues: An array of LDAP attribute values, in the same order as the names in iLDAPAttributeList.

Return Values:

  • rStatus: A DirectoryOperationResult that indicates the result of this operation.

  • rDirectoryObject: The created ADM element instance. This value is undefined if rStatus is not DirectoryOperationResult.Success.