Tighten certificate window and deprecate sending of revocations for ordinary SSO timeouts. Revocations should only be for deliberate deauth to kick people off networks. Cert window should now stay within refresh window for SSO so normal cert expiration should handle it just fine.

This commit is contained in:
Adam Ierymenko
2022-04-15 14:23:26 -04:00
parent d0c68096df
commit 55a99f34d0
5 changed files with 21 additions and 98 deletions

View File

@ -154,8 +154,8 @@ private:
std::unordered_map< _MemberStatusKey,_MemberStatus,_MemberStatusHash > _memberStatus;
std::mutex _memberStatus_l;
std::multimap< int64_t, _MemberStatusKey > _expiringSoon;
std::mutex _expiringSoon_l;
//std::multimap< int64_t, _MemberStatusKey > _expiringSoon;
//std::mutex _expiringSoon_l;
RedisConfig *_rc;
std::string _ssoRedirectURL;