addgroup: mention -S in the help text
[oweals/busybox.git] / loginutils / Config.src
index 14ce53434d3259a0fcb73252d75c6089e9e1bca1..fa2b4f8c01f97d0dae1bb4d86d4af0d550b46667 100644 (file)
@@ -118,10 +118,17 @@ config FEATURE_CHECK_NAMES
          For compatibility with Samba machine accounts "$" is also supported
          at the end of the user or group name.
 
+config LAST_ID
+       int "Last valid uid or gid for adduser and addgroup"
+       depends on ADDUSER || ADDGROUP
+       default 60000
+       help
+         Last valid uid or gid for adduser and addgroup
+
 config FIRST_SYSTEM_ID
        int "First valid system uid or gid for adduser and addgroup"
        depends on ADDUSER || ADDGROUP
-       range 0 64900
+       range 0 LAST_ID
        default 100
        help
          First valid system uid or gid for adduser and addgroup
@@ -129,7 +136,7 @@ config FIRST_SYSTEM_ID
 config LAST_SYSTEM_ID
        int "Last valid system uid or gid for adduser and addgroup"
        depends on ADDUSER || ADDGROUP
-       range 0 64900
+       range FIRST_SYSTEM_ID LAST_ID
        default 999
        help
          Last valid system uid or gid for adduser and addgroup
@@ -216,13 +223,6 @@ config LOGIN_SESSION_AS_CHILD
          almost always would want this to be set to Y, else PAM session
          will not be cleaned up.
 
-config PAM
-       bool "Support for PAM (Pluggable Authentication Modules)"
-       default n
-       depends on LOGIN
-       help
-         Use PAM in login(1) instead of direct access to password database.
-
 config LOGIN_SCRIPTS
        bool "Support for login scripts"
        depends on LOGIN
@@ -283,6 +283,13 @@ config 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 FEATURE_DEFAULT_PASSWD_ALGO
+       string "Default password encryption method (passwd -a, cryptpw -m parameter)"
+       default "des"
+       depends on PASSWD || CRYPTPW
+       help
+         Possible choices are "d[es]", "m[d5]", "s[ha256]" or "sha512".
+
 config SU
        bool "su"
        default y