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.php47 public const SASL_BIND_IN_PROGRESS = 14;
129 self::SASL_BIND_IN_PROGRESS => 'saslBindInProgress',
176 self::SASL_BIND_IN_PROGRESS => 'Indicates the server requires the client to send a new bind request, with the same SASL mechanism, to continue the authentication process.',
46 public const SASL_BIND_IN_PROGRESS = 14; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php95 if ($saslResponse->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS) {
218 return $response->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS;
H A DClientBasicHandler.php43 ResultCode::SASL_BIND_IN_PROGRESS,