3.4.4.3.2.2 GetADDomainControllerRequest

The GetADDomainControllerRequest element is the body of the GetADDomainController request and contains one child element, the NtdsSettingsDN element (section 3.4.4.3.2.3), representing an array of distinguished names of nTDSDSA objects ([MS-ADTS] section 6.1.1.2.2.1.2.1.1) of the domain controllers on which to retrieve information.

 <xs:element name="GetADDomainControllerRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element
          minOccurs="0"
          name="NtdsSettingsDN"
          nillable="true"
          type="sera:ArrayOfstring" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>