3.3.4.4.8.3 Multiple Matching Principals Error

If the client sends a request with PartitionDN/AccountDN that specifies multiple security principals, then the server MUST return a SOAP fault with a GetADPrincipalGroupMembershipFault fault subcode. The fault detail SHOULD<25> be as specified in the following table.

Field

Value

[Code]

soapenv:Sender

[Subcode]

GetADPrincipalGroupMembershipFault

[Action]

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

[Reason]

Multiple matching security principals were found.

[Detail]

 <soapenv:Detail>
     <GetADPrincipalGroupMembershipFault
       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>
     </GetADPrincipalGroupMembershipFault>
 </soapenv:Detail>