summaryrefslogtreecommitdiffstats
path: root/ipa-python
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python')
-rw-r--r--ipa-python/ipaerror.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipa-python/ipaerror.py b/ipa-python/ipaerror.py
index d96ebb1c3..4f641f984 100644
--- a/ipa-python/ipaerror.py
+++ b/ipa-python/ipaerror.py
@@ -173,6 +173,11 @@ INPUT_CANT_INACTIVATE = gen_error_code(
0x0008,
"This entry cannot be inactivated.")
+INPUT_ADMIN_REQUIRED_IN_ADMINS = gen_error_code(
+ INPUT_CATEGORY,
+ 0x0009,
+ "The admin user cannot be removed from the admins group.")
+
#
# Connection errors
#