The LdapFilterType simple type, in Configuration Manager 2007, is the LDAP filter to apply to the search. It is a distinguished name syntax as described in MSDN documentation about Search Filter Syntax.

<xs:simpleType name="LdapFilterType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="1"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.