Home
last modified time | relevance | path

Searched refs:rootDse (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php30 * @param Entry $rootDse
33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry;
32 rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php76 protected $rootDse;
112 if ($reload === false && $this->rootDse !== null) {
113 return $this->rootDse;
129 $this->rootDse = $entry;
70 protected $rootDse; global() variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php133 $rootDse = $context->getRootDse();
134 $availableMechs = $rootDse->get('supportedSaslMechanisms');
236 $rootDse = $context->getRootDse(true);
238 $mechs = $rootDse->get('supportedSaslMechanisms');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php90 $entry = $this->rootDseHandler->rootDse(