Active Directory Provider::Path To DN


Converts a lightweight directory access protocol (LDAP) path to a Microsoft. Active Directory. distinguished name (DN). Used by Microsoft. Provisioning Framework (MPF).

XML Input Schema

The following code fragment shows the format for sending data to this procedure. For more information on individual elements and attributes, see the Elements and Attributes table.

<executeData>1..1
  <path>1..1</path>
</executeData>

XML Output Schema

The following code fragment shows the format for data this procedure returns. For more information on individual elements and attributes, see the Elements and Attributes table.

<executeData>1..1
  <distinguishedName>1..1</distinguishedName>
</executeData>

Elements and Attributes

The following table describes the XML schema elements and attributes. Unless otherwise indicated, the data type is string.

Element Description, relationships, and attributes
distinguishedName Description:
Distinguished name of the object.

Parent:
executeData

executeData Description:
Encapsulates the procedure's input and output data.

Children:
distinguishedName (minOccurs="1" maxOccurs="1", output only)
path
(minOccurs="1" maxOccurs="1", input only)

path Description:
LDAP path to an object.

Parent:
executeData

See Also

Active Directory Provider


Up Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.