Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php25 public const PROTOCOL_ERROR = 2; define in FreeDSx\\Ldap\\Operation\\ResultCode
118 self::PROTOCOL_ERROR => 'protocolError',
165 self::PROTOCOL_ERROR => 'Indicates the server received data that is not well-formed.',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php254 ResultCode::PROTOCOL_ERROR
262 ResultCode::PROTOCOL_ERROR
300 int $reasonCode = ResultCode::PROTOCOL_ERROR
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php80 ResultCode::PROTOCOL_ERROR
H A DServerStartTlsHandler.php60 new LdapResult(ResultCode::PROTOCOL_ERROR),
H A DServerSearchTrait.php88 ResultCode::PROTOCOL_ERROR
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php106 throw new OperationException('The result was malformed.', ResultCode::PROTOCOL_ERROR);