Home
last modified time | relevance | path

Searched refs:SASL_BIND_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php46 public const SASL_BIND_IN_PROGRESS = 14; define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php77 if ($saslResponse->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS) {
163 return $response->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS;
H A DClientBasicHandler.php37 ResultCode::SASL_BIND_IN_PROGRESS,