mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Do argument type checking in the XML-RPC interface
Fix error in service principals where the service wasn't being removed before doing the DNS lookup.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user