Bug 56312 - Allow Usernames longer than 20 chars in UMC
Allow Usernames longer than 20 chars in UMC
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Users
UCS 5.0
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-13 15:51 CEST by Thorsten
Modified: 2023-07-13 18:12 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten univentionstaff 2023-07-13 15:51:33 CEST
It seems that 

/usr/share/univention-management-console-frontend/js/umc/modules/udm/UsernameMaxLengthChecker.js 

has a hard limit for the length of a username. Look for 

maxLength: 20,

This needs to be made configurable in environments where there is no limitation needed (e.g. WebIAM scenarios without Samba etc.)