Active Directory Provider::Path From RN
Expands an object's relative name (RN) to its lightweight directory access protocol (LDAP) path. 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 <referencePath>1..1</referencePath> <relativeName>1..1</relativeName> </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 <path>1..1</path> </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 executeData Description:
Encapsulates the procedure's input and output data.Children:
relativeName (minOccurs="1" maxOccurs="1", input only)
path (minOccurs="1" maxOccurs="1", output only)
referencePath (minOccurs="1" maxOccurs="1", input only)path Description:
Returned LDAP path of the object specified using the relativeName node. For example:<path>LDAP://tailspintoys.com/cn=user1,cn=users,dc=domain,dc=com</path>Parent:
executeDatareferencePath Description:
Reference LDAP path to any object in the same Microsoft. Active Directory. domain. For example:<referencePath>LDAP://tailspintoys.com/dc=domain,dc=com</referencePath>Parent:
executeDatarelativeName Description:
Relative name of the Active Directory object you want to obtain the LDAP path of. For example:<relativeName>cn=user1,cn=users</relativeName>Parent:
executeDataSee Also
Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.