Skip to content

Commit da2ab4b

Browse files
committed
Ignore FIDO authentication plugin if bundled with the server.
1 parent 6ef5a75 commit da2ab4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jdbc/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,12 @@ set(PLUGINS)
472472

473473
set(BUNDLED_LIBS)
474474

475-
set(IGNORED_PLUGINS qa_auth_client telemetry_client)
475+
set(IGNORED_PLUGINS
476+
qa_auth_client
477+
# note: we have our own telemetry code, not using the client library plugin
478+
telemetry_client
479+
authentication_fido_client # note: replaced by webauthn plugin
480+
)
476481

477482
set(IGNORED_LIBS
478483
libmysql lber libprotobuf

0 commit comments

Comments
 (0)