Home
last modified time | relevance | path

Searched refs:PROTOCOL_ERROR (Results 1 – 5 of 5) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php25 public const PROTOCOL_ERROR = 2;
118 self::PROTOCOL_ERROR => 'protocolError',
165 self::PROTOCOL_ERROR => 'Indicates the server received data that is not well-formed.',
24 public const PROTOCOL_ERROR = 2; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/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),
/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/Server/RequestHandler/
H A DProxyRequestHandler.php106 throw new OperationException('The result was malformed.', ResultCode::PROTOCOL_ERROR);