mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 02:11:42 +08:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
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
|