Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php70 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler
72 $this->ldap()->sendAndReceive($modifyDn, ...$context->controls()->toArray());
H A DRequestHandlerInterface.php72 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void; function
H A DGenericRequestHandler.php84 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\GenericRequestHandler
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php52 $dispatcher->modifyDn($context, $request);