diff options
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index f9ae122..63ae9b4 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -180,6 +180,14 @@ config CRYPTPW help Applet for crypting a string. +config CHPASSWD + bool "chpasswd" + default n + help + chpasswd reads a file of user name and password pairs from + standard input and uses this information to update a group of + existing users. + config SU bool "su" default n |