Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php186 ResultCode::PROTOCOL_ERROR
194 ResultCode::PROTOCOL_ERROR
229 ResultCode::PROTOCOL_ERROR,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php24 public const PROTOCOL_ERROR = 2; define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php50 new LdapResult(ResultCode::PROTOCOL_ERROR),
H A DServerBindHandler.php76 ResultCode::PROTOCOL_ERROR
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php105 throw new OperationException('The result was malformed.', ResultCode::PROTOCOL_ERROR);