mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add mod_python-based XML-RPC server.
Use -e kerberos on the command-line to use the mod_python server, otherwise it defaults to use the simple-server URL.
This commit is contained in:
@@ -23,6 +23,8 @@ All custom errors raised by `ipalib` package.
|
||||
Also includes a few utility functions for raising exceptions.
|
||||
"""
|
||||
|
||||
IPA_ERROR_BASE = 1000
|
||||
|
||||
TYPE_FORMAT = '%s: need a %r; got %r'
|
||||
|
||||
def raise_TypeError(value, type_, name):
|
||||
|
||||
Reference in New Issue
Block a user