3.4.4.4.8.3 Authentication Error

If the client does not allow the server to impersonate its credentials, the server MUST return a SOAP fault with a GetADForestFault fault subcode. The fault detail SHOULD be as specified in the following table.

Field

Value

[Code]

soapenv:Receiver

[Subcode]

GetADForestFault

[Action]

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

[Reason]

The Lightweight Directory Access Protocol (LDAP) operation failed.

[Detail]

 <soapenv:Detail>
     <GetADForestFault
       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>...</ErrorCode>
         <ExtendedErrorMessage   i:nil="true"></ExtendedErrorMessage>
         <MatchedDN i:nil="true"></MatchedDN>
         <Message>...</Message>
         <Referral i:nil="true"   xmlns:sera="http://schemas.microsoft.com/2003/10/Serialization/Arrays"></Referral>
         <ShortMessage>...</ShortMessage>
         <Win32ErrorCode>...</Win32ErrorCode>
       </DirectoryError>
       <Error xsi:nil="true"></Error>
       <ShortError xsi:nil="true"></ShortError>
     </GetADForestFault>
 </soapenv:Detail>