udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / loginutils / login.c
index bf43f3aba72c9e905a630d9d8d0bf6274f340ed5..6ec8dc42e17c63067858d89ef631e75c8af024bb 100644 (file)
@@ -37,7 +37,8 @@ static const struct pam_conv conv = {
 enum {
        TIMEOUT = 60,
        EMPTY_USERNAME_COUNT = 10,
-       USERNAME_SIZE = 32,
+       /* Some users found 32 chars limit to be too low: */
+       USERNAME_SIZE = 64,
        TTYNAME_SIZE = 32,
 };