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