Home
last modified time | relevance | path

Searched refs:baseObject (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-legg-ldap-acm-bac-xx.txt266 LDAP Compare and baseObject Search operations, but does not imply
300 the LDAP Search operation, including baseObject searches, but does
1126 baseObject argument in order to initiate a search. However, if
1127 the baseObject is within the scope of the SearchArgument (i.e.,
1128 when the subset argument specifies baseObject or wholeSubtree) the
1132 the scope of a baseObject search. An entry for which neither of
1138 with an X.500 DAP Read operation. LDAP relies on baseObject
1141 baseObject search gives an LDAP baseObject search the same access
1165 that an LDAP baseObject search with a filter testing for the
1168 baseObject search with a True filter does not require
[all …]
H A Ddraft-sermersheim-ldap-subordinate-scope-xx.txt46 baseObject, singleLevel, and wholeSubtree. This document introduces
H A Ddraft-sermersheim-ldap-distproc-xx.txt323 baseObject (0),
1098 resulting ContinuationReference.searchScope to be set to baseObject.
1156 4.2.1.2.3 baseObject search scope
1159 No special handling is needed when the search scope is baseObject and
1865 If the search scope is one of baseObject, singleLevel, or
1952 with baseObject, singleLevel, wholeSubtree, or subordinateSubtree
H A Ddraft-masarati-ldap-deref-xx.txt127 base, with a SearchRequest.scope of baseObject [RFC4511].
H A Ddraft-ietf-ldapext-acl-model-xx.txt1128 baseObject LDAPDN,
1130 baseObject (0),
1268 if discloseOnError is not granted to the baseObject
1273 discloseOnError is granted to the baseObject then the
H A Ddraft-ietf-ldapext-ldapv3-vlv-xx.txt440 We form a search with baseObject of "o=Ace Industry,c=us"; scope of
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3876.txt295 An LDAP search operation is specified with a baseObject set to the DN
354 The user creates an LDAP search operation with a baseObject set to
399 An LDAP search operation is specified with a baseObject set to
H A Drfc4511.txt652 During a Search operation, after the baseObject is located, and
1094 baseObject LDAPDN,
1096 baseObject (0),
1153 X.500 "read"-like operation can be emulated by a baseObject Search
1159 4.5.1.1. SearchRequest.baseObject
1169 baseObject: The scope is constrained to the entry named by
1170 baseObject.
1173 subordinates of the entry named by baseObject.
1184 baseObject and to all its subordinates.
1542 baseObject but was unable or unwilling to search one or more non-
[all …]
H A Drfc4533.txt275 restrictions) the content matching the search criteria (baseObject,
959 3.5.1. baseObject
963 referred to by the baseObject is deleted, renamed, or moved. It is
965 referred to by the baseObject is changed such that the baseObject
969 manner that causes the baseObject no longer to refer to any entry or
970 in a manner that changes the entry the baseObject refers to, the
H A Drfc4528.txt135 For Search operations, the target is indicated by the baseObject
H A Drfc3672.txt316 and wholeSubtree scope Search requests but are visible to baseObject
H A Drfc4512.txt1958 [RFC4511] where baseObject is the DN of the subschema (sub)entry,
1967 scope is baseObject, filter is "(objectClass=subschema)" [RFC4515],
2014 an empty baseObject, scope of baseObject, the filter
H A Drfc3928.txt578 the baseObject of the search request and with an empty attribute
584 entryUUID - SHOULD be set to the UUID of the baseObject of the
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws1095 baseObject
H A Dmonitoringslapd.sdf125 operation on the object with a baseObject scope and a
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5103 if (const auto *baseObject = baseType->getAs<ObjCObjectType>()) in getObjCObjectType() local
5104 effectiveTypeArgs = baseObject->getTypeArgs(); in getObjCObjectType()