3.3.4.2.8.3 Multiple Matching Principals Error

If the client sends a request with a GroupDN element that matches more than one security principal, then the server MUST return a SOAP fault with a GetADGroupMemberFault fault subcode. The fault detail SHOULD be as specified in the following table.<19>

Field

Value

[Code]

soapenv:Sender

[Subcode]

GetADGroupMemberFault

[Action]

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

[Reason]

Multiple matching security principals were found.

[Detail]

 <soapenv:Detail>
     <GetADGroupMemberFault
       xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ArgumentError xsi:nil="true"></ArgumentError>
       <DirectoryError xsi:nil="true"></DirectoryError>
       <Error>...</Error>
       <ShortError>...</ShortError>
     </GetADGroupMemberFault>
 </soapenv:Detail>