Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyHandler.php36 public function rootDse( function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyHandler
39 Entry $rootDse argument
41 $rootDse = $this->ldap()
49 if (!$rootDse) {
56 return $rootDse;
H A DRootDseHandlerInterface.php30 * @param Entry $rootDse
33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry; function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php76 protected $rootDse; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
112 if ($reload === false && $this->rootDse !== null) {
113 return $this->rootDse;
129 $this->rootDse = $entry;
/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(