You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
339 B

  1. menu "Configuration"
  2. depends on PACKAGE_python3-pymysql
  3. config PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT
  4. bool "Enable support for SHA password authentication"
  5. help
  6. To use “sha256_password” or “caching_sha2_password” for authentication
  7. this symbol needs to be enabled, to also install python3-cryptography.
  8. default n
  9. endmenu