Bug 56992 - Do not allow purely numerical user and group names by default on UCS 5.1 and higher
Summary: Do not allow purely numerical user and group names by default on UCS 5.1 and ...
Status: CLOSED FIXED
Alias: None
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
Version: UCS 5.1
Hardware: Other Linux
: P5 normal
Target Milestone: UCS 5.1
Assignee: Christian Castens
QA Contact: Florian Best
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-18 17:19 CET by Christian Castens
Modified: 2025-02-05 15:08 CET (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 Christian Castens univentionstaff 2024-01-18 17:19:05 CET
On UCS 5.2 systems, purely numeric user and group names are no longer allowed by default. The UCR variables `directory/manager/user/enable-legacy-username-format` and `directory/manager/group/enable-legacy-cn-format` have been added to optionally allow such names if needed. 

The implementation is part of UCS 5.0-6, Bug #56232

For UCS 5.0-6 the above mentioned UCR vars default to "true" to still allow purely numerical names. As of UCS 5.1, these default settings must be changed to "false".
Comment 1 Christian Castens univentionstaff 2024-01-18 19:37:26 CET
Package: univention-directory-manager-modules
Version: 16.0.0-1A~5.1.0.202401181922
Branch: ucs_5.1-0

Package: univention-directory-manager-modules
Version: 17.0.0-1A~5.2.0.202401181928
Branch: ucs_5.2-0

univention-directory-manager-modules (16.0.0-1)
06ea7f2577a6 | feat(udm): disallow purely numerical user and group names by default

Default values of the UCR variables `directory/manager/user/enable-legacy-username-format` and `directory/manager/group/enable-legacy-cn-format` set to "false".
Comment 2 Florian Best univentionstaff 2024-02-28 11:32:51 CET
OK: changed default value
OK: changelog entry
Comment 3 Florian Best univentionstaff 2024-03-08 10:56:26 CET
univention-directory-manager-modules (16.0.13)
78ac95a26791 | feat(udm): disallow purely numerical user and group names by default