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