Don't allow the IPA server service principals to be removed.

440282
This commit is contained in:
Rob Crittenden
2008-04-25 17:01:31 -04:00
parent 2bb64e404c
commit 24f43bc846
2 changed files with 8 additions and 0 deletions

View File

@@ -178,6 +178,11 @@ INPUT_ADMIN_REQUIRED_IN_ADMINS = gen_error_code(
0x0009,
"The admin user cannot be removed from the admins group.")
INPUT_SERVICE_PRINCIPAL_REQUIRED = gen_error_code(
INPUT_CATEGORY,
0x000A,
"You cannot remove IPA server service principals.")
#
# Connection errors
#