Skip to content

Commit

Permalink
Added missing support for restricted_auth in conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed May 8, 2024
1 parent 4d46ae7 commit 923a009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmariadb/mariadb_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ struct st_default_options mariadb_defaults[] =
{{MARIADB_OPT_TLS_PASSPHRASE}, MARIADB_OPTION_STR, "tls-passphrase"},
{{MYSQL_OPT_SSL_ENFORCE}, MARIADB_OPTION_BOOL, "tls-enforce"},
{{MYSQL_OPT_SSL_VERIFY_SERVER_CERT}, MARIADB_OPTION_BOOL,"tls-verify-peer"},
{{MARIADB_OPT_RESTRICTED_AUTH}, MARIADB_OPTION_STR, "restricted-auth"},
{{0}, 0, NULL}
};

Expand Down

0 comments on commit 923a009

Please sign in to comment.