Searched refs:sendAndReceive (Results 1 – 4 of 4) sorted by relevance
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | LdapClient.php | 94 …return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['ve… 109 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options… 125 …$response = $this->sendAndReceive(Operations::compare($dn, $attributeName, $value), ...$controls)-… 140 $response = $this->sendAndReceive(Operations::add($entry), ...$controls); 199 return $this->sendAndReceive(Operations::delete($entry), ...$controls); 212 …$response = $this->sendAndReceive(Operations::modify($entry->getDn(), ...$entry->changes()), ...$c… 228 return $this->sendAndReceive(Operations::move($dn, $newParentDn)); 242 return $this->sendAndReceive(Operations::rename($dn, $newRdn, $deleteOldRdn)); 256 $response = $this->sendAndReceive($request, ...$controls)->getResponse(); 324 …public function sendAndReceive(RequestInterface $request, Control ...$controls): LdapMessageRespon… function in FreeDSx\\Ldap\\LdapClient [all …]
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
| H A D | ProxyRequestHandler.php | 64 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray()); 72 $this->ldap()->sendAndReceive($modifyDn, ...$context->controls()->toArray()); 80 $this->ldap()->sendAndReceive($delete, ...$context->controls()->toArray()); 88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray()); 104 …$response = $this->ldap()->sendAndReceive($compare, ...$context->controls()->toArray())->getRespon…
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Paging.php | 160 $message = $this->client->sendAndReceive(
|
| H A D | Vlv.php | 281 …$message = $this->client->sendAndReceive($this->search, $this->createVlvControl($contextId), $this…
|