mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-09 12:38:14 -05:00
Enforce the maximum username length set by IPA Policy
439891
This commit is contained in:
@@ -183,6 +183,11 @@ INPUT_SERVICE_PRINCIPAL_REQUIRED = gen_error_code(
|
||||
0x000A,
|
||||
"You cannot remove IPA server service principals.")
|
||||
|
||||
INPUT_UID_TOO_LONG = gen_error_code(
|
||||
INPUT_CATEGORY,
|
||||
0x0009,
|
||||
"The requested username is too long.")
|
||||
|
||||
#
|
||||
# Connection errors
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user