2.2.1.1 Default Naming Context Search Request
This message requests the Group Policy server to return the default naming context (NC). This is an LDAP searchRequest message, as specified in [RFC2251], and MUST have the following values.
Parameter |
Value |
---|---|
baseObject |
null string |
Scope |
MUST be set to 0 (base Object). |
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).<1> |
typesOnly |
MUST be set to FALSE, according to the LDAP protocol definition of FALSE. |
Filter |
(objectClass=*) |
attributes |
The following attribute MUST be retrieved: defaultNamingContext. |