Searched refs:rootDse (Results 1 – 5 of 5) sorted by relevance
36 public function rootDse( function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyHandler39 Entry $rootDse argument41 $rootDse = $this->ldap()49 if (!$rootDse) {56 return $rootDse;
30 * @param Entry $rootDse33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry; function
76 protected $rootDse; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler112 if ($reload === false && $this->rootDse !== null) {113 return $this->rootDse;129 $this->rootDse = $entry;
133 $rootDse = $context->getRootDse();134 $availableMechs = $rootDse->get('supportedSaslMechanisms');236 $rootDse = $context->getRootDse(true);238 $mechs = $rootDse->get('supportedSaslMechanisms');
90 $entry = $this->rootDseHandler->rootDse(