diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-01-08 16:44:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-01-08 16:44:37 +0100 |
commit | d45efd3a9f6854ab662afe272aeae5779300b126 (patch) | |
tree | da55232b26da14f80665c5783f23c97dc94fb339 /loginutils/Config.src | |
parent | 3e0c428c45fdb7ec51bd3c8ee1f072385d2e62ac (diff) | |
download | busybox-w32-d45efd3a9f6854ab662afe272aeae5779300b126.tar.gz busybox-w32-d45efd3a9f6854ab662afe272aeae5779300b126.tar.bz2 busybox-w32-d45efd3a9f6854ab662afe272aeae5779300b126.zip |
passwd,cryptpw: make default encryption algorithm configurable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/Config.src')
-rw-r--r-- | loginutils/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.src b/loginutils/Config.src index 14ce53434..9bf79afee 100644 --- a/loginutils/Config.src +++ b/loginutils/Config.src | |||
@@ -283,6 +283,13 @@ config CHPASSWD | |||
283 | Reads a file of user name and password pairs from standard input | 283 | Reads a file of user name and password pairs from standard input |
284 | and uses this information to update a group of existing users. | 284 | and uses this information to update a group of existing users. |
285 | 285 | ||
286 | config FEATURE_DEFAULT_PASSWD_ALGO | ||
287 | string "Default password encryption method (passwd -a, cryptpw -m parameter)" | ||
288 | default "des" | ||
289 | depends on PASSWD || CRYPTPW | ||
290 | help | ||
291 | Possible choices are "d[es]", "m[d5]", "s[ha256]" or "sha512". | ||
292 | |||
286 | config SU | 293 | config SU |
287 | bool "su" | 294 | bool "su" |
288 | default y | 295 | default y |