Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
DResultCode.php23 public const OPERATIONS_ERROR = 1; define in FreeDSx\\Ldap\\Operation\\ResultCode
117 self::OPERATIONS_ERROR => 'operationsError',
164 …self::OPERATIONS_ERROR => 'Indicates that the operation is not properly sequenced with relation to…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
DServerPagingHandler.php147 ResultCode::OPERATIONS_ERROR
178 ResultCode::OPERATIONS_ERROR
242 ResultCode::OPERATIONS_ERROR
DServerStartTlsHandler.php69 …new LdapResult(ResultCode::OPERATIONS_ERROR, '', 'The current LDAP session is already encrypted.'),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
DOperationException.php29 int $code = ResultCode::OPERATIONS_ERROR,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DResponseFactory.php67 return $this->getExtendedError('Invalid request.', ResultCode::OPERATIONS_ERROR);