Bug 277963 - Increase MAXLOGNAME from 33 to 65
Summary: Increase MAXLOGNAME from 33 to 65
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-26 00:44 UTC by mkfong8808
Modified: 2024-03-26 00:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mkfong8808 2024-03-26 00:44:18 UTC
With several different situations such as different server's geo locations, different network structure, different level of login-usage, the complexity of username had been increased these days.

There are many cases where users (customers) want to create login name > 32 characters.

Can we have the MAXLOGNAME increased from 33 to 65?

Last change was made in Wed Nov 14 10:58:12 2012
Ref:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=133926

commit c1e470b5285e2143936d2fca88a5601938b38409
Author: Baptiste Daroussin <bapt@FreeBSD.org>
Date:   Wed Nov 14 10:58:12 2012 +0000

    Allow usernames up to 32 chars

    PR:             kern/161091 [1],
                    misc/133926 [2]