Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
Description
Configuring the server with -DBUILD_CONFIG=mysql_release forces AUTH_PAM plugin to be built, even if specifically disabled by the user with -DPLUGIN_AUTH_PAM=NO.
The cmake lines should check if the user is actively trying to disable pam plugin and not enable it in such cases.