summaryrefslogtreecommitdiffstats
path: root/ipa_server/mod_python_xmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed depreciated load_plugins.py module; changed all places where ↵Jason Gerard DeRose2008-10-271-1/+2
| | | | load_plugins was imported to now call api.load_plugins()
* Use ldaphost and ldapport environment variables in mod_python xml-rpc serverRob Crittenden2008-10-231-3/+3
| | | | Fix default environment creation
* Put a try/except around the 'from mod_python import apache' in ↵Jason Gerard DeRose2008-10-221-1/+4
| | | | mod_python_xmlrpc so epydoc can introspect it
* Added place-holder mod_python_webui.py module; cleaned up lite-* and ↵Jason Gerard DeRose2008-10-221-1/+5
| | | | mod_python_* docstrings
* Renamed ipa_xmlrpc/ipaxmlrpc.py to ipa_server/mod_python_xmlrpc.pyJason Gerard DeRose2008-10-221-0/+359