aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-08-12 08:07:00 +0100
committerRon Yorston <rmy@pobox.com>2025-08-12 08:07:00 +0100
commit4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968 (patch)
treed030cd6daff8d3b79f1fbefa0b33bd02f33c3d5c /loginutils/Config.src
parentaa6a7ebcfb93b21916ad5fb97ecf64c22328c07b (diff)
parent628a7b2f4708037056a1432d7b6b1792c67e486a (diff)
downloadbusybox-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.src11
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
94config 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
94INSERT 105INSERT
95 106
96endmenu 107endmenu