Bug 277963

Summary: Increase MAXLOGNAME from 33 to 65
Product: Base System Reporter: mkfong8808
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Some People    
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

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]