The LdapPrefixType simple type, in Configuration Manager 2007, is the prefix to apply to the given distinguished name. This prefix is pre-pended to the value in the DnName element to form the base object of the search. This is of the form LDAP:// , GC://, LDAP://<hostname> or GC://<hostname>.

The LdapPrefixType simple type is a string that is restricted by the following pattern:

[a-zA-Z0-9\-]+://

<xs:simpleType name="LdapPrefixType">
	<xs:restriction
		base="string"
	>
		<xs:pattern
			value="[a-zA-Z0-9\-]+://"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.