2.2.3.1.4 All Categories Search Request

This message requests the Group Policy server to return search results for the Group Policy: Software Installation categories. This is an LDAP searchRequest message, as specified in [RFC2251], and MUST have the following values.

Parameter

Value

baseObject

MUST be a DN of the form CN=AppCategories,CN=Default Domain Policy,CN=System,<Domain NC>

Scope

MUST be set to 1 (singleLevel).

derefAliases

MUST be set to 0 (neverDerefAliases) to dereference in searching.

sizeLimit

MUST be set to 0 (no limit set).

timeLimit

MAY be set to 0 (infinite).<8>

typesOnly

MUST be set to FALSE, according to the LDAP protocol definition of FALSE.

Filter

The following LDAP filter (as specified in [RFC2254]) MUST be used to search the AppCategories container (the representation given here is what is specified in [RFC2254]). This representation can be mapped to the LDAP protocol representation:

(objectClass=categoryRegistration)

attributes

The following attributes MUST be retrieved: categoryId, and localizedDescription.