This commit is contained in:
Grant Limberg 2021-06-04 15:18:18 -07:00
parent fd85f87ade
commit b16f40c0de
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -699,6 +699,8 @@ void PostgreSQL::initializeMembers()
if (authRes.size() == 1 && !authRes.at(0)[0].is_null()) {
// there is an expiry time record
config["authenticationExpiryTime"] = authRes.at(0)[0].as<int64_t>();
} else {
config["authenticationExpiryTime"] = 0;
}
config["objtype"] = "member";