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 8a47ead88..767344b1e 100644
--- a/ipa-python/ipaerror.py
+++ b/ipa-python/ipaerror.py
@@ -153,6 +153,11 @@ INPUT_ADMINS_IMMUTABLE = gen_error_code(
0x0004,
"The admins group cannot be renamed.")
+INPUT_MALFORMED_SERVICE_PRINCIPAL = gen_error_code(
+ INPUT_CATEGORY,
+ 0x0005,
+ "The requested service principal is not of the form: service/fully-qualified host name")
+
#
# Connection errors
#