summaryrefslogtreecommitdiffstats
path: root/source/ap/mariadb/mysql.no.plugin_auth_pam.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mariadb/mysql.no.plugin_auth_pam.diff')
-rw-r--r--source/ap/mariadb/mysql.no.plugin_auth_pam.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/ap/mariadb/mysql.no.plugin_auth_pam.diff b/source/ap/mariadb/mysql.no.plugin_auth_pam.diff
new file mode 100644
index 000000000..34eedf5af
--- /dev/null
+++ b/source/ap/mariadb/mysql.no.plugin_auth_pam.diff
@@ -0,0 +1,11 @@
+--- ./cmake/build_configurations/mysql_release.cmake.orig 2019-09-08 16:02:29.000000000 -0500
++++ ./cmake/build_configurations/mysql_release.cmake 2019-09-11 14:56:53.845129062 -0500
+@@ -124,7 +124,7 @@
+
+ IF(UNIX)
+ SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
+- SET(PLUGIN_AUTH_PAM YES)
++ SET(PLUGIN_AUTH_PAM NO)
+
+ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
+ IF(NOT IGNORE_AIO_CHECK)