Bug 56312 - Allow Usernames longer than 20 chars in UMC
Summary: Allow Usernames longer than 20 chars in UMC
Status: NEW
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - Users
Version: UCS 5.0
Hardware: Other Windows NT
: P5 normal
Target Milestone: ---
Assignee: UMC maintainers
QA Contact: UMC maintainers
URL:
Keywords:
Depends on:
Blocks:
 
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):
Customer ID:
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.)