Enforce the maximum username length set by IPA Policy

439891
This commit is contained in:
Rob Crittenden
2008-05-14 09:48:21 -04:00
parent 319cb38e28
commit 99141e3a04
2 changed files with 30 additions and 0 deletions
+5
View File
@@ -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
#