Searched refs:SASL_BIND_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
47 public const SASL_BIND_IN_PROGRESS = 14; define in FreeDSx\\Ldap\\Operation\\ResultCode129 self::SASL_BIND_IN_PROGRESS => 'saslBindInProgress',176 …self::SASL_BIND_IN_PROGRESS => 'Indicates the server requires the client to send a new bind reques…
95 if ($saslResponse->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS) {218 return $response->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS;
43 ResultCode::SASL_BIND_IN_PROGRESS,