mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-03 09:53:07 -05:00
Don't allow the admin user to be removed using the XML-RPC Interface.
If a site really wants it gone then can delete it via LDAP. 439281
This commit is contained in:
@@ -163,6 +163,11 @@ INPUT_REALM_MISMATCH = gen_error_code(
|
||||
0x0006,
|
||||
"The realm for the principal does not match the realm for this IPA server.")
|
||||
|
||||
INPUT_ADMIN_REQUIRED = gen_error_code(
|
||||
INPUT_CATEGORY,
|
||||
0x0007,
|
||||
"The admin user cannot be deleted.")
|
||||
|
||||
#
|
||||
# Connection errors
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user