[MDEV-23114] AUTH_PAM plugin can not be disabled when using mysql_release config Created: 2020-07-07 Updated: 2020-07-07 Resolved: 2020-07-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, Plugin - pam |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.46, 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | cmake | ||
| 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. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2020-07-07 ] |
|
Fixed with: f18c5a7ed774228cee4fdeb4ed4b16b68ae9f4bb |