Home
last modified time | relevance | path

Searched refs:getRootDse (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php133 $rootDse = $context->getRootDse();
235 $priorRootDse = $context->getRootDse();
236 $rootDse = $context->getRootDse(true);
H A DClientProtocolContext.php136 public function getRootDse(bool $reload = false): Entry
113 public function getRootDse(bool $reload = false): Entry global() function in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientProtocolContext