Active Directory Provider::User Change Password
Changes user passwords. Used by Microsoft® Provisioning Framework (MPF).
User Change Password is a wrapper for IADsUser::ChangePassword.
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> <oldPassword>1..1</oldPassword> <newPassword>1..1</newPassword> </executeData>XML Output Schema
User Change Password does not return data.
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 data.Children:
newPassword (minOccurs="1" maxOccurs="1")
oldPassword (minOccurs="1" maxOccurs="1")
path (minOccurs="1" maxOccurs="1")newPassword Description:
New password.Parent:
executeDataoldPassword Description:
Old password.Parent:
executeDatapath Description:
Lightweight directory access protocol (LDAP) path of the user object associated with the password.Parent:
executeDataRemarks
In the event of a failure, User Change Password rolls back to the previous password.
See Also
Active Directory Provider, Preferred DC Active Directory Provider
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.