Skip to content

Commit 4ebf8c4

Browse files
bkandasaHery Ramilison
authored andcommitted
Remove authentication ldap plugin from docker rpms
(cherry picked from commit b440be3fd79b0635b5759dcdd7851a7fa2970c51)
1 parent 89b9453 commit 4ebf8c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packaging/rpm-docker/mysql.spec.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,10 @@ for f in innochecksum myisamchk myisam_ftdump myisamlog myisampack \
192192
done
193193

194194
# Remove test plugins
195-
for p in auth.so auth_test_plugin.so daemon_example.ini libdaemon_example.so qa_auth_client.so \
196-
qa_auth_interface.so qa_auth_server.so replication_observers_example_plugin.so ha_example.so \
195+
for p in auth.so auth_test_plugin.so authentication_ldap_sasl.so \
196+
authentication_ldap_simple.so daemon_example.ini libdaemon_example.so \
197+
qa_auth_client.so qa_auth_interface.so qa_auth_server.so \
198+
replication_observers_example_plugin.so ha_example.so \
197199
test_udf_services.so test_security_context.so ; do
198200
rm -f %{buildroot}%{_libdir}/mysql/plugin/$p
199201
done

0 commit comments

Comments
 (0)