mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't allow the IPA server service principals to be removed.
440282
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user