Share via


LdapPrefixType Simple Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items