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:
Rob Crittenden
2008-10-16 23:33:44 -04:00
parent f777f72de6
commit b045f22069
3 changed files with 444 additions and 4 deletions

View File

@@ -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):