yubico-pam icon indicating copy to clipboard operation
yubico-pam copied to clipboard

Fix issue 230

Open baimard opened this issue 3 years ago • 0 comments

Refactoring for ISSUE https://github.com/Yubico/yubico-pam/issues/230

  • Creating a goto section to catch all errors and do a connection close before returning error code

These modifications are very important in production mode, they may cause a very large number of connections to be kept in a "sleep" state. Default parameters in MySQL/MariaDB only allow up to 156 simultaneous connections

baimard avatar Jul 28 '21 09:07 baimard