3.3.4.1.8.3 Bad Principal AD LDS Error

If the client sends a request where all of the following are true:

Then the server MUST return a SOAP fault with a ChangePasswordFault fault subcode. The fault detail SHOULD be as specified in the following table.

Field

Value

[Code]

soapenv:Receiver

[Subcode]

ChangePasswordFault

[Action]

http://schemas.microsoft.com/2008/1/ActiveDirectory/Data/fault

[Reason]

Active Directory returned an error processing the operation.

[Detail]

 <soapenv:Detail>
     <ChangePasswordFault
       xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ArgumentError xsi:nil="true"></ArgumentError>
       <DirectoryError>
         <ErrorCode>65</ErrorCode>
         <ExtendedErrorMessage>...</ExtendedErrorMessage>
         <MatchedDN>...</MatchedDN>
         <Message>…</Message>
         <Referral   xmlns:sera="http://schemas.microsoft.com/2003/10/Serialization/Arrays">...</Referral>
         <ShortMessage>…</ShortMessage>
         <Win32ErrorCode>8212</Win32ErrorCode>
       </DirectoryError>
       <Error xsi:nil="true"></Error>
       <ShortError xsi:nil="true"></ShortError>
     </ChangePasswordFault>
 </soapenv:Detail>