mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Limit max username length to 255 in config-mod
This value is same as is used in user and stageuser commands. https://fedorahosted.org/freeipa/ticket/5774 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -128,6 +128,7 @@ class config(LDAPObject):
|
||||
cli_name='maxusername',
|
||||
label=_('Maximum username length'),
|
||||
minvalue=1,
|
||||
maxvalue=255,
|
||||
),
|
||||
IA5Str('ipahomesrootdir',
|
||||
cli_name='homedirectory',
|
||||
|
||||
Reference in New Issue
Block a user