We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b14f83 commit a933a20Copy full SHA for a933a20
jdbc/CMakeLists.txt
@@ -421,7 +421,7 @@ set(AUTH_PLUGINS
421
)
422
423
if(NOT CMAKE_SYSTEM_NAME MATCHES "SunOS")
424
- list(APPEND AUTH_PLUGINS fido)
+ list(APPEND AUTH_PLUGINS webauthn fido)
425
# Note: Kerberos authentication plugin is not supported on macOS
426
if(NOT APPLE)
427
list(APPEND AUTH_PLUGINS kerberos)
@@ -435,6 +435,7 @@ endif()
435
# should be listed first, otherwise the logic detecting missing dependencies
436
# will break... For example: `krb5support` must go before `krb5`
437
438
+set(AUTH_DEPS_webauthn fido2)
439
set(AUTH_DEPS_fido fido2)
440
441
0 commit comments