diff options
| author | Ron Yorston <rmy@pobox.com> | 2025-08-12 08:07:00 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2025-08-12 08:07:00 +0100 |
| commit | 4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968 (patch) | |
| tree | d030cd6daff8d3b79f1fbefa0b33bd02f33c3d5c /loginutils/Config.src | |
| parent | aa6a7ebcfb93b21916ad5fb97ecf64c22328c07b (diff) | |
| parent | 628a7b2f4708037056a1432d7b6b1792c67e486a (diff) | |
| download | busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.tar.gz busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.tar.bz2 busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.zip | |
Merge branch 'busybox' into merge
Diffstat (limited to 'loginutils/Config.src')
| -rw-r--r-- | loginutils/Config.src | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/loginutils/Config.src b/loginutils/Config.src index cbb09646b..a7812bd32 100644 --- a/loginutils/Config.src +++ b/loginutils/Config.src | |||
| @@ -91,6 +91,17 @@ config USE_BB_CRYPT_SHA | |||
| 91 | With this option off, login will fail password check for any | 91 | With this option off, login will fail password check for any |
| 92 | user which has password encrypted with these algorithms. | 92 | user which has password encrypted with these algorithms. |
| 93 | 93 | ||
| 94 | config USE_BB_CRYPT_YES | ||
| 95 | bool "Enable yescrypt functions" | ||
| 96 | default y | ||
| 97 | depends on USE_BB_CRYPT | ||
| 98 | help | ||
| 99 | Enable this if you have passwords starting with "$y$" or | ||
| 100 | in your /etc/passwd or /etc/shadow files. These passwords | ||
| 101 | are hashed using yescrypt algorithms. | ||
| 102 | With this option off, login will fail password check for any | ||
| 103 | user which has password encrypted with these algorithms. | ||
| 104 | |||
| 94 | INSERT | 105 | INSERT |
| 95 | 106 | ||
| 96 | endmenu | 107 | endmenu |
